Hello,
I am developing an application that sends MP3, 128kbps streams via RTP.
When I open it through ffplay, I receive the following message:
"Guessing on RTP content - if not received properly you need an SDP file
describing it"
I don't get that message if I do the same thing with ffmpeg, for example:
ffmpeg -re -i "<url_to_mp3_stream>" -acodec mp3 -packetsize 512 -ab 128k
-ac 2 -f rtp rtp://ip:port
https://pastebin.com/fQ9je4Su
What I could be missing?
Regards,
Borodin Nikolay
_______________________________________________
Libav-user mailing list -- [email protected]
To unsubscribe send an email to [email protected]