Hello,

I'm trying to play an rtmp stream using avplay. For the stream I have given

The resource:
rtmp://edgecast-fmstream.mndigital.com/

The location:
mp3:/mp3/mn_mp3_09_07/downloads/a075/011/384/11384801_2_015?<authtoken>

In Flash one would pass them separately to the player, for
librtmp/rtmpdump I have found out that I can get this stream to work by
concatenating resource and location with `?slist=`, e.g
rtmp://edgecast-fmstream.mndigital.com/?slist=mp3:/mp3/mn_mp3_09_07/downloads/a075/011/384/11384801_2_015?<authtoken>
. For avplay/libav, I have not found such a hack. The important point
here is, that this URL has no app part which most other rtmp URLs do.
Can someone tell me what I need to pass to libav so that it plays my
given URL?

Kind regards,
Uwe

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to