Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Rtmp Help - King Of Queens???Can someone help me to get this code to work in VLC? Worked for a few seconds then stopped. Any help would be appreciated!
http://vaughnlive.tv/lmshows_koq rtmpdump -r "rtmp://50.7.78.138:443/live" -a "live?ulBkdYTpj5eSk8AZgMf8Y7IqWkC0IWxx" -f "WIN 15,0,0,223" -W "http://vaughnlive.tv/4247932938/swf/VaughnSoftPlayer.swf" -p "http://vaughnlive.tv/lmshows_koq" --live -y "live_lmshows_koq" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - Last edited by lajvguy : 11-25-2014 at 05:52 PM. Reason: improvement |
#2
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Hi,
how many threads do you wanna start with the same question!The problem why your stream does close after a few seconds is the app using also a new hash each time. Code:
"live?Y0MmY96fQbr6Q7iOF1azCbr8qNX033D1" "live?MwxS5yD6WNa6c7qkm2iiuqBzQuWUzANE" "live?CpTfsQ2m4X8VFQ2D9CY6ve6G3W3ikEzB" "live?i67po2pfu4Pcx4JuRS0dwdEcdDRLz6GW" Code:
RTMPDump v2.4 GIT-2014-07-07 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL WARNING: You haven't specified an output file (-o filename), using stdout Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: duration 0.00 INFO: width 640.00 INFO: height 360.00 INFO: videodatarate 585.94 INFO: framerate 29.97 INFO: videocodecid 7.00 INFO: audiodatarate 93.75 INFO: audiosamplerate 44100.00 INFO: audiosamplesize 16.00 INFO: stereo TRUE INFO: audiocodecid 2.00 INFO: encoder Lavf55.22.102 INFO: filesize 0.00 96350.345 kB / 1541.36 sec |
#3
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Thanks for the help. If it's not possible to do by hand then how did you do it? I'm trying to learn.
Quote:
|
#4
|
|||
|
|||
Re: Rtmp Help - King Of Queens???I use a custom tool what can read the rtmp data in realtime and there I can execute it also directly before stream is loaded in browser.
So you could try to use the rtmpsrv-vlc but this dosen't work for your site.On the other hand you can patch your rtmpsuck file to execute rtmpdump with actually obtained rtmpdatas (instead to write a output file) so this should work too.Maybe anyone here can compile a version for you what can do this so I just patch or write new codes pieces by myself in debugger (OllyDBG) only. But a better solution would be if anyone writes a script for your site (similar as WeebTV script by KSV) to read the app hash. greetz |
#5
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Livestreamer supports Vaughnlive.TV:
Code:
http://livestreamer.readthedocs.org/en/latest/plugin_matrix.html Code:
http://livestreamer.tanuki.se/en/latest/install.html Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip Code:
livestreamer "http://vaughnlive.tv/lmshows_koq" best Code:
[cli][info] Found matching plugin vaughnlive for URL http://vaughnlive.tv/lmshows_koq [cli][info] Available streams: live (worst, best) [cli][info] Opening stream: live (rtmp) |
#6
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Hey thanks for the info nullacht (aber net fünfzehn ) so I also didn't check LS plugins. Yes it works very well now.
Just one little info for lajvguy: So you also should maybe use the MPC-HC player with this stream to prevent lagging to watch it in VLC if you want to watch it liquid and if you have problems with VLC.For me it lags in VLC and broswer too. greetz |
#7
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Where can I get the MPC-HC player? I want to try it.
Quote:
|
#8
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Thanks for the help. When I pasted, "livestreamer "http://vaughnlive.tv/lmshows_koq" best" I got an error message. "Unable to validate response text: Minimum length is 3 but value is 2." What should I do?
Quote:
|
#9
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Quote:
Code:
http://livestreamer-builds.s3.amazonaws.com/livestreamer-latest-win32.zip |
#10
|
|||
|
|||
Re: Rtmp Help - King Of Queens???Thanks but I don't understand how to do that right now. I need more help.
Quote:
|
Tags: livestreamer, rtmp, vaughnlive, vaughnlivetv |
Thread Tools | |
Display Modes | |
|
|