Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 12-13-2015, 04:11 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

What am i doing wrong?


Hi All,

I have been trying to learn how to use rtmpdump to run some of the online available sports stream in vlc. But havent been able to even run one single live stream without error. The only stream that i was able to run was not a live video. So, naturally i have hit a deadend.

My OS is MAC OS.

Try #1 -
http://desistreem.info/ten-cricket-stream/

Used wireshark for finding the attributes and made up this url:
rtmpdump -r "rtmp://37.48.81.7/live" -f "MAC 20,0,0,228" -W "http://www.p3g.tv/resources/scripts/eplayer.swf" -a "live" -p "http://www.p3g.tv/embedplayer/tencrizzerter/2/600/400" -y "tencrizzerter?id=11153&pk=8a1d406a630ad872d5b5454 fb8801d6202815f7c187b2e8cf0d2fe2348909dd7" -o- | vlc -

But it wouldn't work. It would give error:
core stream error: cannot pre fill buffer

What am i doing wrong here? Do i need a token?
Also i have noticed, i get this error for most of the links pasted by other members in this forum. Is there something wrong in my rtmpdump installation. Is there a test link to test?

Try # 2-
http://cricfree.sx/sky-sports-1-live-stream-new

Now wireshark not even detects anything under rtmpt filter!
What is happening wrong now? Isn't this rtmp protcol?

Please need some advice on how to proceed further or even what guides to read to understand where i am going wrong. And is wireshark the right choice for sniffing etc

Thanks you in advance.
Looking forward to diving deep into it once again after your valuable inputs. Thanks.

Last edited by iamsumit : 12-13-2015 at 04:51 AM.
Reply With Quote
  #2  
Old 12-13-2015, 05:01 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: What am i doing wrong?


Try #1

Code:
rtmpdump -v -r "rtmp://94.102.49.237/live" -a "live" -f "WIN 19,0,0,245" -W "http://www.p3g.tv/resources/scripts/eplayer.swf" -p "http://www.p3g.tv/embedplayer/tencrizzerter/2/600/400" --live -C S:OK -y "tencrizzerter?id=11153&pk=9a9f9611a0e9f27337a005da587dab06131b500952e6081a00cb326d75143d95" -C "S:OK" -K " " -o- | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --meta-title="TenCricket" -
Code:
rtmp://$OPT:rtmp-raw=rtmp://94.102.49.237/live swfUrl=http://www.p3g.tv/resources/scripts/eplayer.swf pageUrl=http://www.p3g.tv/embedplayer/tencrizzerter/2/600/400 playpath=tencrizzerter?id=11153&pk=9a9f9611a0e9f27337a005da587dab06131b500952e6081a00cb326d75143d95 conn=S:OK -K
Try #2

Code:
http://178.18.30.115:8081/liverepeater/227751/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9MTIvMTMvMjAxNSAxMDo1NToxNyBBTSZoYXNoX3ZhbHVlPW9HbGZMOE5pd1NtTFh2MkhleUxlWUE9PSZ2YWxpZG1pbnV0ZXM9OA==
Reply With Quote
  #3  
Old 12-13-2015, 06:04 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: What am i doing wrong?


First of all thank you so much for your time and effort. Much appreciated.

Quote:
Originally Posted by -D3n1s- View Post
Try #1

Code:
rtmpdump -v -r "rtmp://94.102.49.237/live" -a "live" -f "WIN 19,0,0,245" -W "http://www.p3g.tv/resources/scripts/eplayer.swf" -p "http://www.p3g.tv/embedplayer/tencrizzerter/2/600/400" --live -C S:OK -y "tencrizzerter?id=11153&pk=9a9f9611a0e9f27337a005da587dab06131b500952e6081a00cb326d75143d95" -C "S:OK" -K " " -o- | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --meta-title="TenCricket" -
Thanks man. This works perfectly and i also realized what i was doing wrong.

Quote:
Originally Posted by -D3n1s- View Post
Code:
rtmp://$OPT:rtmp-raw=rtmp://94.102.49.237/live swfUrl=http://www.p3g.tv/resources/scripts/eplayer.swf pageUrl=http://www.p3g.tv/embedplayer/tencrizzerter/2/600/400 playpath=tencrizzerter?id=11153&pk=9a9f9611a0e9f27337a005da587dab06131b500952e6081a00cb326d75143d95 conn=S:OK -K
Sorry to be asking a silly question but how do you play this link format? Directly in VLC? in Kodi? Because it doesnt work in either VLC or Kodi.

Quote:
Originally Posted by -D3n1s- View Post
Try #2

Code:
http://178.18.30.115:8081/liverepeater/227751/playlist.m3u8?wmsAuthSign=c2VydmVyX3RpbWU9MTIvMTMvMjAxNSAxMDo1NToxNyBBTSZoYXNoX3ZhbHVlPW9HbGZMOE5pd1NtTFh2MkhleUxlWUE9PSZ2YWxpZG1pbnV0ZXM9OA==
Oh! this one is a HTTP protocol and can be handled directly like this. But unfortunately, it doesnt work in VLC? any ideas why? Thank you Sir.
Reply With Quote
  #4  
Old 12-13-2015, 06:26 AM
-D3n1s- -D3n1s- is offline
Member
 
Join Date: Feb 2015
Location: http://futur3design3r.wixsite.com/d3n1s
Posts: 74
-D3n1s- is on a distinguished road
Default

Re: What am i doing wrong?


Quote:
Originally Posted by iamsumit View Post
Sorry to be asking a silly question but how do you play this link format? Directly in VLC? in Kodi? Because it doesnt work in either VLC or Kodi.
SimpleTV.
I think you can watch it with Kodi when you delete: rtmp://$OPT:rtmp-raw=

Quote:
Originally Posted by iamsumit View Post
Oh! this one is a HTTP protocol and can be handled directly like this. But unfortunately, it doesnt work in VLC? any ideas why? Thank you Sir.
You need to get new wmsAuthSign=
Reply With Quote
  #5  
Old 12-13-2015, 06:54 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: What am i doing wrong?


Works in Kodi now mate. Brilliant!

Also the fresh http protocol url works now but still little confused how to find the url by just looking at the wireshark output in Mac OS. Any recos?

And yes so many thanks to you man.

One final question - How to find the secure tokens in mac? Any tutorial or guide here? Thanks.

Last edited by iamsumit : 12-13-2015 at 07:46 AM.
Reply With Quote
  #6  
Old 12-13-2015, 05:43 PM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: What am i doing wrong?


Also anyone else faced an issue where the stream ip keeps on changing every 5 mins?

Earlier it was -
http://163.172.5.126:8081/liverepeat...1pbnV0ZXM9OA==

then it became -
http://178.18.31.63:8081/liverepeate...1pbnV0ZXM9OA==

Is there a workaround for this?

Or is this not the right way at all for finding live stream urls that are over http protocol - here is the link - http://cdn8.crichd.in/star-sports-2-live-streaming
Thanks.

P.S. - ok found that it is a known happening and we need a regex for handling the dynamic values in the URL. Hmmm..

Last edited by iamsumit : 12-14-2015 at 12:26 AM.
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:05 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons