gusrc / darkice-svn

Automatically exported from code.google.com/p/darkice
0 stars 0 forks source link

Ogg dump file headers #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use either fileDump =/dir/file.ogg or [file-x] to store a dump file of 
the stream
2. use the kill -s USR1 to cut to a new file via cron job to split files 
into segments

What is the expected output? What do you see instead?
ogg files playable via download or embedded player.

The first file that is created from the initial run of DarkIce is fine, 
after the first instance of kill -s USR the ogg files stored are not 
playable due to missing ogg headers.

What version of the product are you using? On what operating system?
0.18.1
0.19.1

KMint Elyssa
KMint Helena

Please provide any additional information below.

Need to add in the function to re-save the ogg headers on SIGUSR1 if 
using the fileDump or [file-x] options.

MP3 stored/saved files are fine.
.

Original issue reported on code.google.com by rec9...@gmail.com on 22 Mar 2010 at 5:36

GoogleCodeExporter commented 9 years ago
Can you people provide a patch with the fix?

Original comment by rafael2k...@gmail.com on 6 May 2010 at 8:22

GoogleCodeExporter commented 9 years ago
I don't program in C, but looking at ogg archive there is some code there that 
has 
an idea as to saving the ogg headers to reinsert them again ... 

See the attached archive.

Original comment by rec9...@gmail.com on 6 May 2010 at 8:55

Attachments: