View Single Post
  #2  
Old 12-21-2014, 04:29 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Rtmpdump not recording video streaming: How to fix it?


Hi,

so if you check the link data you get then you see that you get many parameters and some of them getting each time new values.If you want to play any stream in your player then it will not work if you still running the stream in your browser.Close the stream tab and then start the stream from your PC and now it works.If you want both (play & record = 2 x same stream) then you need to change one parameter.

Exsample: Just change the hash a little.
Code:
.....-C S:public -C S:3d4cc99358b21581f64c088d2ab6a6ca -C Z: -C Z: -C Z: -y "cam1"

.....-C S:public -C S:3d4cc99358b21581f64c088d2ab6a6cb -C Z: -C Z: -C Z: -y "cam1"
Now you can start the stream again.Use the first one for your player to watch the stream and the second you changed you can use to record the stream etc.Note that the stream data you get is used in your browser already = dosen't work if you not change the hash.Just play a little.

greetz
Reply With Quote