PDA

View Full Version : rtmpdump parameter --playlist


ando824
10-19-2012, 11:57 AM
rtmpdump (http://rtmpdump.mplayerhq.hu/rtmpdump.1.html) has a session parameter −−playlist −Y

how this is used? someone has a working example.
google is unfortunately not very helpful.

thanks ando

svnpenn
10-19-2012, 12:10 PM
playlist=0|1
If the value is 1 or TRUE, issue a set_playlist command before sending the play command. The playlist will just contain the current playpath. If the value is 0 or FALSE, the set_playlist command will not be sent. The default is FALSE.

Not sure what sites actually use this.

ando824
10-20-2012, 02:59 PM
Ok, thanks svnpenn.