Re: [Live-devel] Listen for reuest to stream live video

2016-09-12 Thread Edward King
Dear Ross, ..thats it, sorry for my bad explanation. Unicast/one-client is suitable, so I'll follow the testOnDemandRTSPServer model. Thanks for your help Edward From: live-devel on behalf of Ross Finlayson Sent: 12 September 2016 16:00 To: LI

[Live-devel] Listen for reuest to stream live video

2016-09-12 Thread Edward King
video upon request. I cant find any example code to demonstrate how this should be done. So my questions are, is this possible using the live555 library? And if so please could you give me some clues as to how it can be done ? Thank you Edward ___

Re: [Live-devel] aac headers

2009-01-18 Thread Edward
Thank you. I will look in to this. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] aac headers

2009-01-16 Thread Edward
Hi, openrtsp only output raw audio files that are not playable on any player. i used faad to create an aac file from the raw audio file. is it possible to add the headers directly from openrtsp? which part of the code do i edit so i can insert the faad library? live-devel-requ...@ns.live555.

Re: [Live-devel] cross compiling for mips

2008-11-13 Thread Edward
Here is the config I am using. CROSS_COMPILE= mipsel-linux- COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64q C = c C_COMPILER =$(CROSS_COMPILE)gcc C_FLAGS = $(

[Live-devel] cross compiling for mips

2008-11-12 Thread Edward
Hi, I downloaded the latest source code of live555 and created a new config.mips file to geneate the Makefiles. But when I compiled it, it fails when it reaches the ld command. ___ live-devel mailing list live-devel@lists.live555.com http://lists.l

[Live-devel] can not play openRTSP dump file

2008-11-06 Thread Edward
Hi, I just downloaded live555 and compiled it on my mandriva 2008 machine. I was able to compile it with out any problem. When I run openRTSP to stream from a darwin server, I could not play the video-MP4-ES-1 file. The command line I used to stream the video is ./openRTSP rtsp://192.168.0

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-02 Thread Allen, Toby Edward Gedis (Toby)
Wouldn't it be better to enhance RTCP instead of RTP? RTCP is designed to report all sorts of stats on RTP traffic. We are currently investigating enhancements where I work for the improvement of VoIP. Toby ___ live-devel mailing list live-devel@lists.li