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
  #11  
Old 07-08-2012, 08:04 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Ok i am making a progrees , i downloaded and used dos2unix and was able to run the script . still not sure what information it needs , see bellow . I need to learn how to do this because i have to run this process aginest few more channels . so what am i doing wrong bellow . IT would be much easier if i can get the full instructions if possible please . I am running into an issue after another . I am guessing this is looking for some kind of host file , not sure though Thanks .

$ rtmp-host.sh
Press enter after video starts
127.0.0.1 aljazeeraflashlivefs.fplive.net
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

/usr/bin/rtmp-host.sh: line 23: p.core: No such file or directory
127.0.0.1
Reply With Quote
  #12  
Old 07-08-2012, 08:24 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by megalivestream
$ rtmp-host.sh
Press enter after video starts
127.0.0.1 aljazeeraflashlivefs.fplive.net
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

/usr/bin/rtmp-host.sh: line 23: p.core: No such file or directory
127.0.0.1
I have uploaded a new version with debug support. Download new version and run with

Code:
rtmp-host.sh -d
Then post the result.
Reply With Quote
  #13  
Old 07-08-2012, 10:27 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


still no go , i rather use an easier method than dealing with script errors .
Reply With Quote
  #14  
Old 07-08-2012, 10:38 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


​​​​​
Reply With Quote
  #15  
Old 07-08-2012, 11:34 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


here is the result

$ rtmp-host.sh -d
Press enter after video starts
127.0.0.1 aljazeeraflashlivefs.fplive.net
Usage: dumper [OPTION] FILENAME WIN32PID

Dump core from WIN32PID to FILENAME.core

-d, --verbose be verbose while dumping
-h, --help output help information and exit
-q, --quiet be quiet while dumping (default)
-V, --version output version information and exit

/usr/bin/rtmp-host.sh: line 23: p.core: No such file or directory
127.0.0.1
Press enter to start RtmpSrv, then restart video.
Reply With Quote
  #16  
Old 07-09-2012, 02:19 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by megalivestream
I am very sorry to contact you in private but i would really appreciate it if you could assist me here . I am contacting you regarding this post
http://stream-recorder.com/forum/emb...ss-t13137.html

How did you get the RTMP link , I used URL Snooper and i got a different link than the one you posted ? Also , how would i know if this link works or not ?

Thanks a lot and sorry for contacting you private
i used rtmpdump helper, other software r rtmp explorer and rtmp explorerX
to check the link if it is working u need to copy and paste it on notepad and save it in .bat format. remeber u have to save it in same location of the rtmpdump and if u want to play this stream in vlc then u have to replace -o (-o aljazeera_ara_high.flv)command with your vlc media player location
Reply With Quote
  #17  
Old 07-09-2012, 02:57 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Right click the page to view source code and you can see the iphone/ipad stream.

Reply With Quote
  #18  
Old 07-28-2012, 08:03 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by Josan420 View Post
i used rtmpdump helper, other software r rtmp explorer and rtmp explorerX
to check the link if it is working u need to copy and paste it on notepad and save it in .bat format. remeber u have to save it in same location of the rtmpdump and if u want to play this stream in vlc then u have to replace -o (-o aljazeera_ara_high.flv)command with your vlc media player location
--
I tried the bellow but no luck . MY vlc path is correct . what am i missing ?

rtmpdump -r "rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-live" -a "aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=6650015 84001&playerId=897709209001&affiliateId=" -f "WIN 11,3,300,257" -W "http://admin.brightcove.com/viewer/us20120705.1016/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.aljazeera.net/livestreaming/pages" --live -y "aljazeera_ara_high?videoId=1066347278001&lineUpId =&pubId=665001584001&playerId=897709209001&affilia teId=" -o "C:\Program Files\VideoLAN\VLC\vlc.exe"
Reply With Quote
  #19  
Old 07-28-2012, 08:15 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Code:
$ rtmpdump -r 'rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-l
ive?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&af
filiateId=' -a 'aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=6
65001584001&playerId=897709209001&affiliateId=' -f 'WIN 11,3,300,257' -W 'http:
//admin.brightcove.com/viewer/us20120725.1623/federatedVideoUI/BrightcovePlayer
.swf?uid=1343524322545' -p http://www.aljazeera.net/livestreaming/pages -y 'alj
azeera_ara_high?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897
709209001&affiliateId=' -o aljazeera_ara_high.flv -v
RTMPDump v2.4-34-ged8cfb4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   width                 480.00
INFO:   height                360.00
INFO:   framerate             25.00
INFO:   videocodecid          7.00
INFO:   videodatarate         800.00
INFO:   audiodatarate         96.00
3668.690 kB / 30.19 sec
Reply With Quote
  #20  
Old 07-28-2012, 09:36 PM
megalivestream megalivestream is offline
Junior Member
 
Join Date: Jul 2012
Posts: 23
megalivestream is on a distinguished road
Default

Re: Embeding rtmp into my wordpress


Quote:
Originally Posted by svnpenn View Post
Code:
$ rtmpdump -r 'rtmp://aljazeeraflashlivefs.fplive.net:1935/aljazeeraflashlive-l
ive?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897709209001&af
filiateId=' -a 'aljazeeraflashlive-live?videoId=1066347278001&lineUpId=&pubId=6
65001584001&playerId=897709209001&affiliateId=' -f 'WIN 11,3,300,257' -W 'http:
//admin.brightcove.com/viewer/us20120725.1623/federatedVideoUI/BrightcovePlayer
.swf?uid=1343524322545' -p http://www.aljazeera.net/livestreaming/pages -y 'alj
azeera_ara_high?videoId=1066347278001&lineUpId=&pubId=665001584001&playerId=897
709209001&affiliateId=' -o aljazeera_ara_high.flv -v
RTMPDump v2.4-34-ged8cfb4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   width                 480.00
INFO:   height                360.00
INFO:   framerate             25.00
INFO:   videocodecid          7.00
INFO:   videodatarate         800.00
INFO:   audiodatarate         96.00
3668.690 kB / 30.19 sec
What i was asking , how to make this rtmp plays in my VLC when i run it ? my direct VLC path is C:\Program Files\VideoLAN\VLC\vlc.exe ?
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:29 PM.


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