version:VLC 2.1.0
First of all, thanks for adding RTMP support.
It would be great if we could set additional parameters (e.g. in the "Edit Options" field in the Open dialog) because some servers require them and refuse to serve the stream without them. In rtmpdump, those parameters are: token, pageUrl, swfUrl, swfsize, swfhash.
How to playback rtmp stream with param like "swfUrl" and "pageUrl" "live=1" ... ?
vlc rtmp://10.12.34.56/ --avio-options "{rtmp_swfurl=http://path/to/the.swf}" not working.
vlc rtmp://xxx.xxx.xxx/xxx&swfvfy=http://www.xxx.com/xxx.swf&live=1 not working.
how to make it work?