Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of video codec: H.264/H.265/VP8/VP9 and audio codec: MP3/AAC/OPUS #7

Closed
Johnny421 opened this issue May 13, 2020 · 8 comments
Closed

Comments

@Johnny421
Copy link

Hi there!

Does this server support video codec: H.264/H.265/VP8/VP9 and audio codec: MP3/AAC/OPUS ?

where is that defined in the source code?

@midicase
Copy link

Unlike RTMP, the RTSP protocol does not require specific codecs. You should be able to send any combination through.

@Johnny421
Copy link
Author

Thanks for the confirmation! highly appreciated i'm new into the RTSP protocol. Can we update the README step by step on how to compile the project from source?

@Johnny421
Copy link
Author

Johnny421 commented May 13, 2020

Unlike RTMP, the RTSP protocol does not require specific codecs. You should be able to send any combination through.

Why Wowza under the 'RTSP/RTP' description part ( from https://www.wowza.com/blog/streaming-protocols )

list only those codec below if the RTSP protocol does not require specific codecs ? :

Audio Codecs: AAC, AAC-LC, HE-AAC+ v1 & v2, MP3, Speex, Opus, Vorbis
Video Codecs: H.265 (preview), H.264, VP9, VP8

@midicase
Copy link

That is a Wowza requirement. It allows them to remux the stream into other formats without having to do expensive re-encoding.

@Johnny421
Copy link
Author

Once again midicase thank you! now i understand better 👍

@aler9
Copy link
Member

aler9 commented May 17, 2020

Hi,

  • Wowza is a media server, a software that can receive streams, convert them into different formats and output them. It should also provide a RTSP server, i don't remember precisely.
  • rtsp-simple-server is a RTSP server, a software that can receive existing streams and serve them exactly as they are, with the RTSP protocol, that allows to stream with the efficiency of the RTP protocol and the simplicity of the client-server architecture.

You can also use rtsp-simple-server as a media server, by using ffmpeg or gstreamer to take a stream from the server, remux/re-encode it, and resending it to the server, for instance:

ffmpeg -i rtsp://localhost:8554/original -c:v libx264 -preset ultrafast -tune zerolatency -b 600k -f rtsp rtsp://localhost:8554/compressed

@aler9 aler9 closed this as completed May 17, 2020
@Johnny421
Copy link
Author

Hi!

Thank you very much for taking the time to explaining me that. Much appreciated thank you :)

@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2023

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants