Quote:
Originally Posted by No_Miaus
http://www.filmon.com/channel/65
I got the url with wireshark but has like a token and i don't know how play it with rtmpdump.. some idea? :S
Other streams of that page can be played fine.. but this use another method.
Thanks!
|
Code:
rtmpdump -r "rtmp://filmon.mpl.miisolutions.net/filmon-live-gvmi-1/65.high?MIIAuth=;b1333636286;l[es1333636716];&MIIHash=INQ1ie1zcqKj2lCJK9weafjrRK0&stats=user_id=guest;test=foobarbuzz" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
This line should be your(try use Coojah)
MIIAuth=;b1333636286;l[es1333636716];&MIIHash=INQ1ie1zcqKj2lCJK9weafjrRK0
use ffplay
Code:
ffplay "rtmp://filmon.mpl.miisolutions.net/filmon-live-gvmi-1/65.high?MIIAuth=;b1333651750;l[es1333652180];&MIIHash=gG3RqYvWPUpKpWi-hmALzNXHttE&stats=user_id=guest;test=foobarbuzz"
