Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Help playing streams using rtmpdump and vlcHello. I'm trying to play this stream on my computer using VLC:
http://www.almajdtv.tv/code_live.html Here is what I have for the rtmpdump command: Code:
rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.flv" -a "live/majdgen/2_livestream.flv" -s "http://31.207.1.58/jwplayer/player.swf " -p "http://www.almajdtv.tv/code_live.html" -t "rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.flv" -y "2_livestream.flv" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - Code:
C:\RTMPDUMP>rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.f lv" -a "live/majdgen/2_livestream.flv" -s "http://31.207.1.58/jwplayer/player.sw f " -p "http://www.almajdtv.tv/code_live.html" -t "rtmp://majdg.pwlstation.com/l ive/majdgen/2_livestream.flv" -y "2_livestream.flv" -V | "C:\Program Files (x86 )\VideoLAN\VLC\vlc.exe" - RTMPDump 2.4 git-6230845 2011-9-25 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL WARNING: You haven't specified an output file (-o filename), using stdout DEBUG: Protocol : RTMP DEBUG: Hostname : majdg.pwlstation.com DEBUG: Port : 1935 DEBUG: Playpath : 2_livestream.flv DEBUG: tcUrl : rtmp://majdg.pwlstation.com/live/majdgen/2_livestream.flv DEBUG: swfUrl : http://31.207.1.58/jwplayer/player.swf DEBUG: pageUrl : http://www.almajdtv.tv/code_live.html DEBUG: app : live/majdgen/2_livestream.flv DEBUG: live : no DEBUG: timeout : 30 sec DEBUG: Setting buffer time to: 36000000ms Connecting ... DEBUG: RTMP_Connect1, ... connected, handshaking DEBUG: HandShake: Type Answer : 03 DEBUG: HandShake: Server Uptime : 348130743 DEBUG: HandShake: FMS Version : 4.5.0.1 DEBUG: HandShake: Handshaking finished.... DEBUG: RTMP_Connect1, handshaked DEBUG: Invoking connect INFO: Connected... DEBUG: HandleServerBW: server BW = 2500000 DEBUG: HandleClientBW: client BW = 2500000 2 DEBUG: HandleChangeChunkSize, received: chunk size change to 4096 DEBUG: RTMP_ClientPacket, received: invoke 240 bytes DEBUG: (object begin) DEBUG: (object begin) DEBUG: Property: <Name: fmsVer, STRING: FMS/4,5,0,297> DEBUG: Property: <Name: capabilities, NUMBER: 255.00> DEBUG: Property: <Name: mode, NUMBER: 1.00> DEBUG: (object end) DEBUG: (object begin) DEBUG: Property: <Name: level, STRING: status> DEBUG: Property: <Name: code, STRING: NetConnection.Connect.Su ccess> DEBUG: Property: <Name: description, STRING: Connection succeeded.> DEBUG: Property: <Name: objectEncoding, NUMBER: 0.00> DEBUG: Property: <Name: data, OBJECT> DEBUG: (object begin) DEBUG: Property: <Name: version, STRING: 4,5,0,297> DEBUG: (object end) DEBUG: (object end) DEBUG: (object end) DEBUG: HandleInvoke, server invoking <_result> DEBUG: HandleInvoke, received result for method call <connect> DEBUG: sending ctrl. type: 0x0003 DEBUG: Invoking createStream DEBUG: RTMP_ClientPacket, received: invoke 21 bytes DEBUG: (object begin) DEBUG: Property: NULL DEBUG: (object end) DEBUG: HandleInvoke, server invoking <onBWDone> DEBUG: Invoking _checkbw DEBUG: RTMP_ClientPacket, received: invoke 29 bytes DEBUG: (object begin) DEBUG: Property: NULL DEBUG: (object end) DEBUG: HandleInvoke, server invoking <_result> DEBUG: HandleInvoke, received result for method call <createStream> DEBUG: SendPlay, seekTime=0, stopTime=0, sending play: 2_livestream.flv DEBUG: Invoking play DEBUG: sending ctrl. type: 0x0003 DEBUG: RTMP_ClientPacket, received: invoke 16419 bytes DEBUG: (object begin) DEBUG: Property: NULL DEBUG: (object end) DEBUG: HandleInvoke, server invoking <_onbwcheck> DEBUG: Invoking _result DEBUG: HandleChangeChunkSize, received: chunk size change to 4096 DEBUG: RTMP_ClientPacket, received: invoke 193 bytes DEBUG: (object begin) DEBUG: Property: NULL DEBUG: (object begin) DEBUG: Property: <Name: level, STRING: error> DEBUG: Property: <Name: code, STRING: NetStream.Play.StreamNot Found> DEBUG: Property: <Name: description, STRING: Failed to play 2_livestr eam.flv; stream not found.> DEBUG: Property: <Name: details, STRING: 2_livestream.flv> DEBUG: Property: <Name: clientid, STRING: rAAXAYBA> DEBUG: (object end) DEBUG: (object end) DEBUG: HandleInvoke, server invoking <onStatus> DEBUG: HandleInvoke, onStatus: NetStream.Play.StreamNotFound ERROR: Closing connection: NetStream.Play.StreamNotFound DEBUG: Closing connection. Last edited by avirex : 05-18-2012 at 10:55 AM. Reason: added verbose output |
#2
|
|||
|
|||
Re: Help playing streams using rtmpdump and vlcI tried using rtmpexplorer, same deal. And for some reason the stream is not playing inside the RTMPExplorer gui. I tried both this (http://pwlstation.com/?p=59) and this (http://www.almajdtv.tv/code_live.html) link.
Code:
Streaming on rtmp://0.0.0.0:1935 WARNING: Trying different position for client digest! rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/" -a "live/majdgen/" -f "W IN 11,1,102,62" -W "http://pwlstation.com/wp-content/uploads/jw-player-plugin-fo r-wordpress/player/player.swf" -p "http://pwlstation.com/?p=59" -y "2_livestream " -o 2_livestream.flv Closing connection... done! RTMPDump 2.4 git-6230845 2011-9-25 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... ERROR: Closing connection: NetStream.Play.StreamNotFound WARNING: Trying different position for client digest! rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/" -a "live/majdgen/" -f "W IN 11,1,102,62" -W "http://pwlstation.com/wp-content/uploads/jw-player-plugin-fo r-wordpress/player/player.swf" -p "http://pwlstation.com/?p=59" -y "2_livestream " -o 2_livestream.flv Closing connection... done! RTMPDump 2.4 git-6230845 2011-9-25 (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... ERROR: Closing connection: NetStream.Play.StreamNotFound WARNING: Trying different position for client digest! Duplicate request, skipping. Closing connection... done! |
#3
|
|||
|
|||
Re: Help playing streams using rtmpdump and vlcok.. I tried rtmpexplorer + rtmpsuck and it starts saving the file... But how do I make it play in VLC now?
Code:
RTMP Proxy Server 2.4 git-6230845 2011-9-25 (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL Streaming on rtmp://0.0.0.0:1935 WARNING: Trying different position for client digest! Processing connect app: live/majdgen/ flashVer: WIN 11,1,102,62 swfUrl: http://pwlstation.com/wp-content/uploads/jw-player-plugin-for-wordpress/ player/player.swf tcUrl: rtmp://majdg.pwlstation.com/live/majdgen/ pageUrl: http://pwlstation.com/?p=59 Playpath: 2_livestream Saving as: 2_livestream INFO: Metadata: INFO: author INFO: copyright INFO: description INFO: keywords INFO: rating INFO: title INFO: presetname Custom INFO: creationdate Fri May 18 04:52:22 2012 INFO: videodevice Osprey-440 Video Device 1D.1 INFO: framerate 25.00 INFO: width 480.00 INFO: height 360.00 INFO: videocodecid avc1 INFO: videodatarate 628.00 INFO: avclevel 30.00 INFO: avcprofile 66.00 INFO: videokeyframe_frequency4.00 INFO: audiodevice Unbalanced 1D (4- Osprey-440) INFO: audiosamplerate 22050.00 INFO: audiochannels 1.00 INFO: audioinputvolume 75.00 INFO: audiocodecid mp4a INFO: audiodatarate 24.00 |
#4
|
|||
|
|||
Re: Help playing streams using rtmpdump and vlcHi
It's a live stream, so it needs -v adding to the RTMPDump command. Test it like this:- Code:
rtmpdump -r "rtmp://majdg.pwlstation.com/live/majdgen/" -a "live/majdgen/" -f "WIN 11,1,102,62" -W "http://pwlstation.com/wp-content/uploads/jw-player-plugin-for-wordpress/player/player.swf" -p"http://pwlstation.com/?p=59" -y "2_livestream" -v -o 2_livestream.flv ... -o - | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
#5
|
|||
|
|||
Re: Help playing streams using rtmpdump and vlcQuote:
|
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|