[Live-devel] wis-streamer can't play raw 16khz PCM sample

2011-01-16 Thread Cheng James
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");

Re: [Live-devel] Symbian Client having issues with Live555 based server

2011-01-16 Thread Ross Finlayson
We run an RTSP server based around Live555 on our embedded device Do "we" not have our own domain name? :-) This is something i have figured out from network packet capture: These ping-pong (keep-alive) packets or heart beats are formatted somewhat like this: SET_PARAMETER * RTSP/1.0 CSe

Re: [Live-devel] live555 streaming TS over RTP/RTSP question

2011-01-16 Thread Ross Finlayson
I've built a TS over RTSP streaming solution based on "MPEG2TransportFileServerMediaSubsession". The a/v codec types in my TS are MP4a and MP4v respectively. It plays back nicely in VLC player. However, my client (an Android 2.2 device with OpenCore based media player) doesn't support the RTP medi

[Live-devel] Symbian Client having issues with Live555 based server

2011-01-16 Thread Jeremy Noring
We run an RTSP server based around Live555 on our embedded device; normally, it's configured with two sessions: LowResolutionVideo and HighResolutionVideo, both of which are H264/AAC. This works well for the most part--it's broadly compatible with VLC, Quicktime and our own openRTSP based client.

[Live-devel] live555 streaming TS over RTP/RTSP question

2011-01-16 Thread Ke Yu
Hi All, I've built a TS over RTSP streaming solution based on "MPEG2TransportFileServerMediaSubsession". The a/v codec types in my TS are MP4a and MP4v respectively. It plays back nicely in VLC player. However, my client (an Android 2.2 device with OpenCore based media player) doesn't support the

Re: [Live-devel] Problem using MPEG2TransportStreamFramer

2011-01-16 Thread Ross Finlayson
I am trying to write a RTSP server for Android to stream TS files to a SagemCom STB. The RTSP server is working very well, but I have some problems playing some files in the STB. I´m reading 7 TS packets (1316 bytes) from the file, sending them to the STB, sleeping some time and then back to

[Live-devel] Problem using MPEG2TransportStreamFramer

2011-01-16 Thread Santiago Merchán
Good morning, my name is Santiago and I am an Android developer. I am trying to write a RTSP server for Android to stream TS files to a SagemCom STB. The RTSP server is working very well, but I have some problems playing some files in the STB. I´m reading 7 TS packets (1316 bytes) from the file