Page 1 of 1

rtmp playing with token authorization

PostPosted: Wed Sep 17, 2014 8:58 am
by fsymkin52
Hello. I need to play an rtmp stream via mplayer/smplayer. To get access to server I have to push access token in parameter tcurl=...
It works in ffmpeg/ffplay (both "ffplay rtmp://address tcurl=token" and "ffplay -rtmp_tcurl token -i rtmp://address").

mplayer doesn't understand string "rtmp://address tcurl=token", it says "Detected librtmp style URL parameters, these aren't supported by the libavformat internal RTMP handler currently enabled. See the documentation for the correct way to pass parameters.".
There is no information about this problem in mplayer's man. And mplayer doesn't recognize any parameters like -rtmp_tcurl -t -token -tcurl etc...

So how can I play rtmp stream authorizing by access token via mplayer/smplayer?