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

Problem with rtmp

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

KDN165 03-01-2013 07:25 AM

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

CristianoA 03-01-2013 08:08 AM

Re: Problem with rtmp


 
link to video

KDN165 03-01-2013 08:37 AM

Re: Problem with rtmp


 
Quote:

Originally Posted by CristianoA (Post 60170)
link to video

Code:

http://hispaniatelevision.com/TV/Documentales/national-geographic.html

svnpenn2 03-02-2013 12:52 AM

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/


evol 03-02-2013 04:23 AM

Re: Problem with rtmp


 
Quote:

Originally Posted by KDN165 (Post 60169)
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=

KDN165 03-02-2013 05:29 AM

Re: Problem with rtmp


 
Quote:

Originally Posted by evol (Post 60193)
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"

evol 03-02-2013 08:08 AM

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

KDN165 03-03-2013 03:37 AM

Re: Problem with rtmp


 
Ok thanks you very much!! ;)


All times are GMT -6. The time now is 07:20 PM.