Thread: Filmon streams
View Single Post
  #2  
Old 04-05-2012, 08:40 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: Filmon streams


Quote:
Originally Posted by No_Miaus View Post
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"

Last edited by chap : 04-05-2012 at 12:56 PM.
Reply With Quote