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");
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
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
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.
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
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
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