Quote:
Originally Posted by Elgero
You don't necessarily need the script. The only thing the script does is make the FLV video seekable, because some video players don't allow seeking (skipping forward) with recorded live streams.
It also updates the FLV header if that's necessary. If you start downloading the Cam4 stream when the broadcaster has audio turned off or is not making any sound, then the FLV header flags the video as not having any audio. This is fine when the video doesn't have audio from start to finish, but when the broadcaster turns audio on or starts making sound after a few minutes, then the video players won't pick that up. The script will change the FLV header in that case to let video players know that there is an audio stream available sooner or later.
In order to use the script (command line tool) you must install PHP.
Read the "Installing PHP for dummies" part in the first post of the thread below.
http://stream-recorder.com/forum/ado...er-t12074.html
Download the FlvFixer script from the page below. Just copy all the code and paste it into a new text file called "FLVFixer.php".
https://github.com/K-S-V/Scripts/blo...r/FlvFixer.php
To use the script go to Start -> Run
Type CMD and press Enter key.
Type: php "C:\PHP\FLVFixer.php" --in "C:\video.flv" --out "C:\fixed.flv"
(change the path to the files if necessary)
Press Enter key.
|
Thank you very much. I had been using RMC but the audio was almost always messed up so I have been using your program instead with good results. The problems I was having came when I was using handbrake to convert to mp4 and it was not picking up the audio stream even though one existed.
If I could make one suggestion for it, it would be to have a small beep or something to let you know if the recording stopped, I have missed a few shows that had disconnected and didn't realize it.
And while I'm being greedy with your generosity, could you explain the use of the drop down with promiscuous, none and max responsiveness?
And thank you again for sharing this, it is really a nice tool.
Edit: I got it to work just fine, however that didn't seem to fix the problem I am having with the file in question. It has sound, i can hear it in the initial flv file, it shows up in Moyea FLV editor but for some reason handbrake isn't seeing it although it sees the same audio codec in other files. Guess I have some researching to do, but I did want to tell you I appreciated your help.