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 02-15-2015, 09:27 PM
divadutchess divadutchess is offline
Junior Member
 
Join Date: Feb 2015
Posts: 13
divadutchess is on a distinguished road
Default

Problem with VLC | RTMP stream.


I'm following this tutorial to open, stream, and save a RTMP stream.

Whenever I put this in

Quote:
rtmpdump -r rtmp://foobar/live/stream --quiet | /Applications/VLC.app/Contents/MacOS/VLC -
Other streams I have tried:
rtmp://93.174.95.125:1935/edge/_definst_/q49uyvij145wcky
rtmp://93.174.95.125:1935/edge/_definst_/nz7l9vc5nv1og7b


Terminal says:

Quote:
[0x10022b130] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x1003801d0] main stream error: cannot pre fill buffer
I'm using a Mac OS X Yosemite and VLC is Version 2.1.5 Rincewind (Intel 64bit)


-- What am I doing wrong?
Reply With Quote
  #2  
Old 02-15-2015, 09:57 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by divadutchess View Post
I'm following this tutorial to open, stream, and save a RTMP stream.

Whenever I put this in



Other streams I have tried:
rtmp://93.174.95.125:1935/edge/_definst_/q49uyvij145wcky
rtmp://93.174.95.125:1935/edge/_definst_/nz7l9vc5nv1og7b


Terminal says:



I'm using a Mac OS X Yosemite and VLC is Version 2.1.5 Rincewind (Intel 64bit)


-- What am I doing wrong?
i'm not an expert with Mac OS but i think your code is not sufficient
you have just -r option
on windows or linux we often need -p -y -W .... as options. so I think it's the same on mac
can you post link to web-page with streaming video
Reply With Quote
  #3  
Old 02-15-2015, 10:15 PM
divadutchess divadutchess is offline
Junior Member
 
Join Date: Feb 2015
Posts: 13
divadutchess is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by biezom View Post
i'm not an expert with Mac OS but i think your code is not sufficient
you have just -r option
on windows or linux we often need -p -y -W .... as options. so I think it's the same on mac
can you post link to web-page with streaming video
Thank you for replying! I'm trying to get a CBS livestream in HD. This is the site which had a few RTMP streams I tried.
Reply With Quote
  #4  
Old 02-15-2015, 10:33 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by divadutchess View Post
Thank you for replying! I'm trying to get a CBS livestream in HD. This is the site which had a few RTMP streams I tried.
I think this is a list that we could open it with VLC directly. (open media url)
but I think they are out of date
Reply With Quote
  #5  
Old 02-15-2015, 10:52 PM
divadutchess divadutchess is offline
Junior Member
 
Join Date: Feb 2015
Posts: 13
divadutchess is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by biezom View Post
I think this is a list that we could open it with VLC directly. (open media url)
but I think they are out of date
I have tried to open in VLC directly and it all says "Video cannot open." Any idea one good stream I can test it with?

EDIT: rtmp://rtmp.zerocast.tv:1935/live/ does this work for you in VLC directly?
Reply With Quote
  #6  
Old 02-15-2015, 11:32 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by divadutchess View Post
I have tried to open in VLC directly and it all says "Video cannot open." Any idea one good stream I can test it with?

EDIT: rtmp://rtmp.zerocast.tv:1935/live/ does this work for you in VLC directly?
vlc directly i don't know but you can try

Code:
rtmpdump -r "rtmp://rtmp.myhdcast.com/redirect/" -a "redirect/" -W "http://cdn.zerocast.tv/player/jwplayer.flash.swf" -p "http://00cast.com/embed.php?a=338&id=&width=658&height=430&autostart=true&strech=" -y "Ger61uLQ4fedzvjRjrB7" -T "OOG17t.x#K9Vh#|" --quiet - | /Applications/VLC.app/Contents/MacOS/VLC -
Reply With Quote
  #7  
Old 02-16-2015, 12:23 AM
divadutchess divadutchess is offline
Junior Member
 
Join Date: Feb 2015
Posts: 13
divadutchess is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by biezom View Post
vlc directly i don't know but you can try

Code:
rtmpdump -r "rtmp://rtmp.myhdcast.com/redirect/" -a "redirect/" -W "http://cdn.zerocast.tv/player/jwplayer.flash.swf" -p "http://00cast.com/embed.php?a=338&id=&width=658&height=430&autostart=true&strech=" -y "Ger61uLQ4fedzvjRjrB7" -T "OOG17t.x#K9Vh#|" --quiet - | /Applications/VLC.app/Contents/MacOS/VLC -
same error
[0x1005e5a70] main stream error: cannot pre fill buffer | I have also tried youtube-dl and livestreamer, nothing works :/
Reply With Quote
  #8  
Old 02-16-2015, 12:55 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by divadutchess View Post
same error
[0x1005e5a70] main stream error: cannot pre fill buffer | I have also tried youtube-dl and livestreamer, nothing works :/
what version of rtmpdump you use?
Perhaps it's an older version?
Reply With Quote
  #9  
Old 02-16-2015, 01:04 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


Quote:
Originally Posted by biezom View Post
what version of rtmpdump you use?
Perhaps it's an older version?
if you try this code in terminal without --quiet option
Code:
rtmpdump -r "rtmp://rtmp.myhdcast.com/redirect/" -a "redirect/" -W "http://cdn.zerocast.tv/player/jwplayer.flash.swf" -p "http://00cast.com/embed.php?a=338&id=&width=658&height=430&autostart=true&strech=" -y "Ger61uLQ4fedzvjRjrB7" -T "OOG17t.x#K9Vh#|"  - | /Applications/VLC.app/Contents/MacOS/VLC -
rtmpdump said what?
Reply With Quote
  #10  
Old 02-16-2015, 06:07 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Problem with VLC | RTMP stream.


if you have livestreamer you can try

Code:
livestreamer "rtmp://rtmp.myhdcast.com/redirect/Ger61uLQ4fedzvjRjrB7 swfVfy=http://cdn.zerocast.tv/player/jwplayer.flash.swf token=OOG17t.x#K9Vh#| pageUrl=http://00cast.com/embed.php?a=338&id=&width=658&height=430&autostart=true&strech=" best
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 12:35 PM.


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