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 03-01-2013, 08:25 AM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Question

Problem with rtmp


Hi all

I´m spanish (sorry for my english).

I have a problem with this rtmp. It´s captured with RTMPDumpHelper from National Geografic Spain and I can´t reproduce it. What´s the problem?. how can I reproduce it in VLC?

Code:
rtmp://$OPT:rtmp-raw=rtmp://199.9.254.10/app playpath=jtv_TBeVts9u9bG8x671 swfUrl=http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a0e39fe37d.swf live=1 pageUrl=http://hispaniatelevision.com/TV/Documentales/national-geographic.html --jtv bef86dc1981567d84a561dd32f8f01d7409e9ed6:{swfDomains: [justin.tv, jtvx.com, xarth.com, twitchtv.com, twitch.tv, newjtv.com, jtvnw.net, wdtinc.com, imapweather.com, facebook.com, starcrafting.com], streamName: jtv_TBeVts9u9bG8x671, expiration: 1362150292.4294569, geo_ip: 85.155.238.32, server: video6-1.dfw01}
Thank you
Reply With Quote
  #2  
Old 03-01-2013, 09:08 AM
CristianoA CristianoA is offline
Senior Member
 
Join Date: Nov 2012
Location: Micronesia
Posts: 261
CristianoA is on a distinguished road
Default

Re: Problem with rtmp


link to video
Reply With Quote
  #3  
Old 03-01-2013, 09:37 AM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Default

Re: Problem with rtmp


Quote:
Originally Posted by CristianoA View Post
link to video
Code:
http://hispaniatelevision.com/TV/Documentales/national-geographic.html
Reply With Quote
  #4  
Old 03-02-2013, 01:52 AM
svnpenn2 svnpenn2 is offline
Banned
 
Join Date: Nov 2012
Location: Dallas
Posts: 55
svnpenn2 is on a distinguished road
Default

Re: Problem with rtmp


If you have sed, you can fix like this

Code:
#!/bin/sed -f

# quotes
s/\]*, /\\"&\\"/g
s/: \[*/\\"&\\"/g
s/{/&\\"/
s/}/\\"&/

# params
s/[^=]*=/rtmpdump -r /
s/playpath=/-y /
s/swfUrl=/-W /
s/live=1/-v/
s/pageUrl=/-p /
s/--jtv /&"/
s/$/" -o a.flv/
Reply With Quote
  #5  
Old 03-02-2013, 05:23 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: Problem with rtmp


Quote:
Originally Posted by KDN165 View Post
Hi all

I´m spanish (sorry for my english).

I have a problem with this rtmp. It´s captured with RTMPDumpHelper from National Geografic Spain and I can´t reproduce it. What´s the problem?. how can I reproduce it in VLC?

Code:
rtmp://$OPT:rtmp-raw=rtmp://199.9.254.10/app playpath=jtv_TBeVts9u9bG8x671 swfUrl=http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a0e39fe37d.swf live=1 pageUrl=http://hispaniatelevision.com/TV/Documentales/national-geographic.html --jtv bef86dc1981567d84a561dd32f8f01d7409e9ed6:{swfDomains: [justin.tv, jtvx.com, xarth.com, twitchtv.com, twitch.tv, newjtv.com, jtvnw.net, wdtinc.com, imapweather.com, facebook.com, starcrafting.com], streamName: jtv_TBeVts9u9bG8x671, expiration: 1362150292.4294569, geo_ip: 85.155.238.32, server: video6-1.dfw01}
Thank you
What you have posted is for Simple TV Player
Code:
rtmp://$OPT:rtmp-raw=
Reply With Quote
  #6  
Old 03-02-2013, 06:29 AM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Default

Re: Problem with rtmp


Quote:
Originally Posted by evol View Post
What you have posted is for Simple TV Player
Code:
rtmp://$OPT:rtmp-raw=
Sorry.

Today the channel is off, but the rtmp of my previous post is this:
Code:
rtmpdump -r "rtmp://199.9.254.10/app" -a "app" -f "WIN 11,6,602,171" -W "http://www-cdn.jtvnw.net/widgets/live_embed_player.rb1d1a7ffb3a904f8b80444bdd7e349a0e39fe37d.swf" -p "http://hispaniatelevision.com/TV/Documentales/national-geographic.html" --jtv "bef86dc1981567d84a561dd32f8f01d7409e9ed6:{\"swfDomains\": [\"justin.tv\", \"jtvx.com\", \"xarth.com\", \"twitchtv.com\", \"twitch.tv\", \"newjtv.com\", \"jtvnw.net\", \"wdtinc.com\", \"imapweather.com\", \"facebook.com\", \"starcrafting.com\"], \"streamName\": \"jtv_TBeVts9u9bG8x671\", \"expiration\": 1362150292.4294569, \"geo_ip\": \"85.155.238.32\", \"server\": \"video6-1.dfw01\"}" -y "jtv_TBeVts9u9bG8x671" -o "jtv_TBeVts9u9bG8x671.flv"
Reply With Quote
  #7  
Old 03-02-2013, 09:08 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Thumbs up

Re: Problem with rtmp


Use livestreamer
Code:
https://github.com/chrippa/livestreamer
Use it like this on justin.tv & twitch.tv streams
Code:
livestreamer http://www.justin.tv/????? iphonehigh
livestreamer http://www.justin.tv/????? iphonehigh_hls
livestreamer http://www.justin.tv/????? iphonelow
livestreamer http://www.justin.tv/????? iphonelow_hls
livestreamer http://www.justin.tv/????? live
????? = channel name
Reply With Quote
  #8  
Old 03-03-2013, 04:37 AM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Default

Re: Problem with rtmp


Ok thanks you very much!!
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:49 PM.


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