change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defaultCan you change the code of of rtmpsrv, rtmpdump to run with the --live parameter by default.
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
Quote:
Quote:
If is not difficult for you, could you please do it? Thanks. |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defaurtmpsrv was not even checking for the live flag. i have added the code to check for live flag in play packet and if present add it to the command line.
![]() Code:
http://www.mediafire.com/file/wwo4h14x5qzg24y/rtmpdump-2.3.zip |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defaucan you upload to dropbox or something? mediafire link is not working
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
Can you explain how to do that when compiling for Linux? Or will you submit it as a patch? |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
Code:
http://pastebin.com/TuD9UgpZ |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
It's working now with Ubuntu Linux.:) Quote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauKSV
Quote:
I want to ask if you can somehow pass parameters from rtmpsusk to rtmpdump. It it real? For example at this link _http://www.ustream.tv/sfshiba RTMPexplorer can not download, but rtmpsusk can. But rtmpdump can download. Parameters were taken from rtmpsusk. Quote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauhere http://www.105.net/sezioni/inradio/r...o=105%20Latino not working correctly rtmpsrv (does not transmit a command --live)
Quote:
Quote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
so how does their streams play in flash client but not in rtmpdump? because rtmpdump was always sending the optional start flag in play packet and their servers refuses to play when start flag is non negative. i have modified this behavior and now start and duration flags will only be sent when explicitly defined. this will let these types of streams play without specifying --live flag. however there is another problem due to a hack used by rtmpdump for faster downloading of recorded (nonlive) files. whenever it receives a BufferEmpty message it sends Pause Unpause packets to force sending next buffer. this may create some anomalies in recorded files when stream is live and --live switch is not specified because live stream can only be received in realtime. if we disable this hack, everything will be fine for live streams but download speed for nonlive streams may be slow so i haven't disabled it. in short if you know that stream is live and rtmpsrv or rtmpsuck can't detect live flag, it would be better to specify --live flag though rtmpdump can download without it now. Quote:
but why didn't rtmpsrv works with ustream? because their client sends a channel parameter in connect packet and server responds with original url to connect with. rtmpsrv is faking the connect response so client is not able to connect to stream. i will post the updated package and diff file later. |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauKSV
Quote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauhttp://stream-recorder.com/forum/sho...2&postcount=13
Quote:
I do not want to be intrusive, if we can make a fully transparent rtmpsusk (as someone said of the sponsors of this program). Maybe then can be downloaded using rtmpsusk, this and similar video http://www.youtube.com/watch?v=EW3x0TWAEfU&hd=1 |
Updated Packagertmpdump r569 mod
Code:
http://www.mediafire.com/file/rnkld73d6ajbf9g/rtmpdump-2.3.zip Code:
http://pastebin.com/CKFyhGRv |
Re: Updated PackageQuote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauI found a problem with my previous patch and now fixed it. use the following package and patch instead of the previous one.
rtmpdump r569 mod Code:
http://www.mediafire.com/file/3xen8pvudz3uukj/rtmpdump-2.3.zip Code:
http://pastebin.com/ZKNbfid6 |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauthe common user doesnt need the patch, or do we need it? it's for information purposes only, isnt it?
looks nice. thanks for the great work! |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauKSV
Quote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauhttp://www.cbs.com/primetime/how_i_m...lt&p lay=true
rtmpsrv569 (mod) gives an error (for some reason adds a parameter - live) Code:
RTMP Server v2.3 r569 (Compiled by KSV) Code:
RTMP Server v2.3 r569 (Compiled by KSV) |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defau@ KSV
As with the CBS website in the previous post (from chap Location: Ukraine). This 60 Minutes clip also gives a 'false positive' live flag. __http://www.cbsnews.com/video/watch/?id=7316962n Quote:
|
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
i have fixed detection of live flag. I also fixed another problem when batch file is directly used and rtmpdump parameters contain % symbol e.g %2F %2D etc.. in that case window was replacing % symbols resulting in non working batch file. now i am escaping these symbols with %, means %2F will be stored as %%2F so it can be used from within batch file. if you are copying batch file command to use on console you should replace %% with % or command may not work properly. Package Code:
http://www.mediafire.com/file/k0srlw30jn2ttvc/rtmpdump-2.3.zip Code:
http://pastebin.com/E7W8vKqB |
Re: change the code of of rtmpsrv, rtmpdump to run with the --live parameter by defauQuote:
Hi I've modified the rtmpsrv.c file by changing the 4 lines from your latest patch that deal with the live flag. Then re-compiled. It seems to have cured the 'false positive' issue for that 60 Minutes clip. Thanks. Quote:
|
All times are GMT -6. The time now is 06:59 PM. |