Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

!!!Need Help For Rtmp Links!!!

(http://stream-recorder.com/forum/showthread.php?t=19458)

vijankush 03-08-2015 02:04 PM

!!!Need Help For Rtmp Links!!!


 
Please HELP ME get the links for these streams:
Star Plus: http://desistreams.tv/embed/star_plus.php
Sony TV: http://desistreams.tv/embed/sony_tv.php
Zee TV: http://desistreams.tv/embed/zee_tv.php
Colors TV: http://desistreams.tv/embed/colors_india.php

I'm a newbie with rtmpdump, and I am getting "ERROR: RTMP_ReadPacket, failed to read RTMP packet header." error.

Also, if you can please explain how did you find the link :) I really want to know how. I have no idea in these things.

Thanks

biezom 03-08-2015 04:17 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by vijankush (Post 74730)
Please HELP ME get the links for these streams:
Star Plus: http://desistreams.tv/embed/star_plus.php
Sony TV: http://desistreams.tv/embed/sony_tv.php
Zee TV: http://desistreams.tv/embed/zee_tv.php
Colors TV: http://desistreams.tv/embed/colors_india.php

I'm a newbie with rtmpdump, and I am getting "ERROR: RTMP_ReadPacket, failed to read RTMP packet header." error.

Also, if you can please explain how did you find the link :) I really want to know how. I have no idea in these things.

Thanks

hi you can use rtmpdumphelper + rtmpdump

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28255&width=600&height=430" -y "plussprt462" -o "plussprt462.flv"

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28070&width=600&height=430" -y "sonysports590" -o "sonysports590.flv"
Zee TV is down

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28071&width=600&height=430" -y "colorsprts870" -o "colorsprts870.flv"

vijankush 03-08-2015 06:20 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by biezom (Post 74735)
hi you can use rtmpdumphelper + rtmpdump

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28255&width=600&height=430" -y "plussprt462" -o "plussprt462.flv"

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28070&width=600&height=430" -y "sonysports590" -o "sonysports590.flv"
Zee TV is down

Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28071&width=600&height=430" -y "colorsprts870" -o "colorsprts870.flv"

Thanks a lot, but it doesn't work on vlc :( so what should I do?

biezom 03-08-2015 06:24 PM

Re: !!!Need Help For Rtmp Links!!!


 
Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28255&width=600&height=430" -y "plussprt462" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

vijankush 03-08-2015 06:33 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by biezom (Post 74737)
Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28255&width=600&height=430" -y "plussprt462" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Ok thanks, I will try :) :) :)

vijankush 03-08-2015 07:11 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by biezom (Post 74737)
Code:

rtmpdump -r "rtmpe://l.xuscacamusca.se/r/" -a "r/" -f "WIN 16,0,0,235" -W "http://mybeststream.xyz/ODgyMWRlYmMzZDhlZWMxOWRlZTRhODIw/jwplayer.flash.swf" -p "http://mybeststream.xyz/?id=28255&width=600&height=430" -y "plussprt462" - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -

Sorry, it still didn't work. Here is the picture


biezom 03-08-2015 07:17 PM

Re: !!!Need Help For Rtmp Links!!!


 
you have an older version v2.3
update with last KSV's version
https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip

vijankush 03-08-2015 07:43 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by biezom (Post 74741)
you have an older version v2.3
update with last KSV's version
https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip

Thank you so much! One last question, how do you convert this to an actual stream link?

biezom 03-08-2015 07:53 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by vijankush (Post 74742)
Thank you so much! One last question, how do you convert this to an actual stream link?


I do not understand your question. What do you want to do exactly?

vijankush 03-08-2015 07:57 PM

Re: !!!Need Help For Rtmp Links!!!


 
Quote:

Originally Posted by biezom (Post 74743)
I do not understand your question. What do you want to do exactly?

Ok so basically I want to run this on my iptv box. To run it, I need a link like rtmp:abcxyz/abc or something like that. So how do you do that?


All times are GMT -6. The time now is 11:08 AM.