>I use the prebuilt live555 server binary and a .264 sample file
>which is downloaded from live555 web site for testing h.264
>streaming.
>I found that quicktime player version 7.6.9 can't play the stream.
>After quicktime sucessfully connects to the live 555 server, the
>quicktime
>only displays a
Hi,
I use the prebuilt live555 server binary and a .264 sample file which is
downloaded from live555 web site for testing h.264 streaming.
I found that quicktime player version 7.6.9 can't play the stream. After
quicktime sucessfully connects to the live 555 server, the quicktime
only displays a s
Hi,
I am doing a little experiment. I record a single channel 16khz raw PCM
sample for 3 seconds as a file and then I modify wis-streamer codes for
playing this raw sample as audio source.
Here is the code which I have modified.
void copypcm(char *to)
{
int fd;
printf("copypcm\n");