View Single Post
  #3  
Old 11-26-2014, 10:56 AM
lajvguy lajvguy is offline
Senior Member
 
Join Date: Nov 2014
Posts: 203
lajvguy is on a distinguished road
Default

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:
Originally Posted by troller12 View Post
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"
The hash seems to get unvalidated very quick = you need to much time to call your link into VLC.So if you are quick (almost realtime / not possible to do it by hand) then it will also run without to close...(see below)
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
greetz
Reply With Quote