-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Unlike RTMP, the RTSP protocol does not require specific codecs. You should be able to send any combination through. |
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? |
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 ? :
|
That is a Wowza requirement. It allows them to remux the stream into other formats without having to do expensive re-encoding. |
Once again midicase thank you! now i understand better 👍 |
Hi,
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:
|
Hi! Thank you very much for taking the time to explaining me that. Much appreciated thank you :) |
This issue is being locked automatically because it has been closed for more than 6 months. |
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?
The text was updated successfully, but these errors were encountered: