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 01-04-2015, 09:44 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Livestreamer / Streamlive Help???


Hello, can somebody please help me with livestreamer?

I can no longer get streamlive.to to work with livestreamer. I am using livestreamer-v1.11.1-win32.

This is my Windows Batch file:

@echo
cd c:\program files (x86)\livestreamer
livestreamer.exe streamlive.to/watch-channel/38213/King%20of%20Queenslive-stream-channel best
@echo off

Thanks in advance!!!
Reply With Quote
  #2  
Old 01-04-2015, 10:44 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Quote:
Originally Posted by lajvguy View Post
Hello, can somebody please help me with livestreamer?

I can no longer get streamlive.to to work with livestreamer. I am using livestreamer-v1.11.1-win32.

This is my Windows Batch file:

@echo
cd c:\program files (x86)\livestreamer
livestreamer.exe streamlive.to/watch-channel/38213/King%20of%20Queenslive-stream-channel best
@echo off

Thanks in advance!!!
it works with the latest development code "Nightly build"
Reply With Quote
  #3  
Old 01-09-2015, 06:24 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Thanks for the help. I got streamlive.to (King of Queens live stream) to work with the Nightly Build of livestreamer. I can't get any of the other streamlive.to live streams to work though.

What I did was add the rtmpdump folder to the new livestreamer folder.

I'm trying to get the WWE NETWORK live stream. Here's my Windows Batch file:

@echo
cd c:\program files (x86)\livestreamer-v1.11.1-10-ge80fa95
livestreamer.exe streamlive.to/watch-channel/67439/24x7_WWE_NETWORK_LIVE_STREAM-live-stream-channel best
@echo off


Can you help? Thanks in advance.
Reply With Quote
  #4  
Old 01-09-2015, 07:11 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Hi,

if I see it right then the link has changed to...
Code:
https://www.streamlive.to/view/38213/King_of_Queens-live-stream-channel
...
Can you post a link to this LS version (livestreamer-v1.11.1-10-ge80fa95)?So I can't find a downloadlink.

PS: Did you also put all rtmpdump files directly into folder where you see livestreamer.exe?

greetz
Reply With Quote
  #5  
Old 01-09-2015, 07:14 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Quote:
Originally Posted by troller12 View Post
Hi,

if I see it right then the link has changed to...
Code:
https://www.streamlive.to/view/38213/King_of_Queens-live-stream-channel
...
Can you post a link to this LS version (livestreamer-v1.11.1-10-ge80fa95)?So I can't find a downloadlink.

PS: Did you also put all rtmpdump files directly into folder where you see livestreamer.exe?

greetz
http://livestreamer-builds.s3.amazon...test-win32.zip
Reply With Quote
  #6  
Old 01-09-2015, 07:47 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Hey thanks biezom so now it works but I also get some error lines...
Code:
livestreamer-v1.11.1-10-ge80fa95>livestreamer https://www.streamlive.to/view/38213/King_of_Queens-live-stream-channel best
Failed to load plugin tga:
  File "c:\livestreamer-v1.11.1-10-ge80fa95\livestreamer-1.11.1-py2.7.egg\livestreamer\plugins\tga.py", line 15,
 in <module>
    _stream_re = re.compile("<iframe style='(.*)?' frameborder='0' scrolling='no
' src='http://v.qq.com/iframe/live_player.html\?cnlid=(?P<cnid>\d+)&width=\d+&he
ight=\d+'></iframe>");
  File "re.py", line 190, in compile
  File "re.py", line 242, in _compile
error: nothing to repeat

[cli][info] Found matching plugin streamlive for URL https://www.streamlive.to/view/38213/King_of_Queens-live-stream-channel
[cli][info] Available streams: 1162k (worst), live (best)
[cli][info] Opening stream: live (rtmp)
[cli][info] Starting player: 'C:\Programme\VideoLAN\VLC\vlc.exe'
[cli][info] Player closed
[cli][info] Stream ended
..so you get it this error too?But its working so far.

PS: One other question.So what is this for a problem with the "Edit" button on this forum?So I just see this button right after I have post a new post and later or next day the button is gone etc?Why this?I wanna edit / update my posts / topics but its not possible for me.Is this any forum limitation and if yes why?So I've never seen any other forum where its not possible to edit own posts or topics so if this is really a forum rule then please change this guys.Thank you.

greetz
Reply With Quote
  #7  
Old 01-09-2015, 07:58 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Wink

Re: Livestreamer / Streamlive Help???


Quote:
Originally Posted by troller12 View Post
Hey thanks biezom so now it works but I also get some error lines...
Code:
livestreamer-v1.11.1-10-ge80fa95>livestreamer https://www.streamlive.to/view/38213/King_of_Queens-live-stream-channel best
Failed to load plugin tga:
  File "c:\livestreamer-v1.11.1-10-ge80fa95\livestreamer-1.11.1-py2.7.egg\livestreamer\plugins\tga.py", line 15,
 in <module>
    _stream_re = re.compile("<iframe style='(.*)?' frameborder='0' scrolling='no
' src='http://v.qq.com/iframe/live_player.html\?cnlid=(?P<cnid>\d+)&width=\d+&he
ight=\d+'></iframe>");
  File "re.py", line 190, in compile
  File "re.py", line 242, in _compile
error: nothing to repeat

[cli][info] Found matching plugin streamlive for URL https://www.streamlive.to/view/38213/King_of_Queens-live-stream-channel
[cli][info] Available streams: 1162k (worst), live (best)
[cli][info] Opening stream: live (rtmp)
[cli][info] Starting player: 'C:\Programme\VideoLAN\VLC\vlc.exe'
[cli][info] Player closed
[cli][info] Stream ended
..so you get it this error too?But its working so far.

PS: One other question.So what is this for a problem with the "Edit" button on this forum?So I just see this button right after I have post a new post and later or next day the button is gone etc?Why this?I wanna edit / update my posts / topics but its not possible for me.Is this any forum limitation and if yes why?So I've never seen any other forum where its not possible to edit own posts or topics so if this is really a forum rule then please change this guys.Thank you.

greetz
yes the same error on windows and on linux
this is probably why it 's called version of developement
Reply With Quote
  #8  
Old 01-09-2015, 08:08 PM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


I'm able to get the King of Queens streamlive.to live stream with livestreamer.

Are you able to get this stream?

http://www.streamlive.to/view/67439/...stream-channel

Thanks!
Reply With Quote
  #9  
Old 01-09-2015, 08:12 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Quote:
Originally Posted by lajvguy View Post
I'm able to get the King of Queens streamlive.to live stream with livestreamer.

Are you able to get this stream?

http://www.streamlive.to/view/67439/...stream-channel

Thanks!
no an error to acces playlist.m3u8
Reply With Quote
  #10  
Old 04-04-2017, 07:14 AM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Livestreamer / Streamlive Help???


Quote:
Originally Posted by troller12 View Post
I wanna edit / update my posts / topics but its not possible for me.Is this any forum limitation and if yes why?So I've never seen any other forum where its not possible to edit own posts or topics so if this is really a forum rule then please change this guys.Thank you.

greetz
Maybe they want you to post over and over again, what is not bad.

I always like to hear from you.

Cheers,

Johnny.
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 10:25 PM.


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