Re: [Live-devel] How can i detect the size of nal unit?

2012-04-15 Thread aviad rozenhek
(Therefore, > your question is off-topic for this mailing list.) > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > ___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > > -- Aviad Rozenhek ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] patch for compiling on android

2012-04-15 Thread aviad rozenhek
> > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > ___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > > -- Aviad Rozenhek _

[Live-devel] patch for fixing compilation under vs2010

2012-04-12 Thread aviad rozenhek
the attached patch fixes compilation under vs2010, by using winsock2 instead of winsock1 when compiling in visual studio -- Aviad Rozenhek vs2010_compilation_fix.diff Description: Binary data ___ live-devel mailing list live-devel@lists.live555.com

[Live-devel] patch for compiling on android

2012-04-12 Thread aviad rozenhek
attached is a patch for compiling live555 on android, it adds an Application.mk file, and fixes compilation in Groupsockhelper.cpp android compilation can be tested by downloading the android NDK from http://www.crystax.net/en/android/ndk/7. it doesn't require an actual android device. --

[Live-devel] forcing a session to stop

2012-04-03 Thread aviad rozenhek
nd a way to enumerate the currently running sessions, or tell them to stop. help appreciated, -- *Aviad Rozenhek *Media Technologies Architect RayV Technologies Mobile: *+972 54 9764671 *Tel: +972 3 7979200 Ext:216 www.rayv.com ___ live-devel mailing lis

[Live-devel] upgrading live555 on android

2012-03-25 Thread aviad rozenhek
sion of live555. our server code did not change, and the client is android RTSP client [does not depend on live555]. can you offer some insight into what we should check or look into to understand the issue better? -- Aviad Rozenhek ___ live-devel ma

Re: [Live-devel] crash in H264VideoRTPSink::stopPlaying()

2012-02-28 Thread aviad rozenhek
___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > > -- Aviad Rozenhek ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] crash in H264VideoRTPSink::stopPlaying()

2012-02-23 Thread aviad rozenhek
ed to run. when it will run eventually, the fragmenter has already been destroyed resulting in crash. -- *Aviad Rozenhek *Media Technologies Architect RayV Technologies Mobile: *+972 54 9764671 *Tel: +972 3 7979200 Ext:216 www.rayv.com ___ live-devel ma

Re: [Live-devel] Fwd: patch for live555 lib

2012-01-26 Thread aviad rozenhek
On Thu, Jan 26, 2012 at 03:34, Ross Finlayson wrote: > No, because the "MediaLookupTable" class is used only internally within > "Media.cpp", and is not intended to be use outside this implementation, I > don't want to expose it outside that file. > > > this enables me to check that all the looku

[Live-devel] Fwd: patch for live555 lib

2012-01-25 Thread aviad rozenhek
the mainline live555 Many thanks, -- Aviad Rozenhek Media Technologies Architect RayV.com return_table.diff Description: Binary data split_medialookuptable.diff Description: Binary data ___ live-devel mailing list live-devel@lists.live555.com http

Re: [Live-devel] Live555 : Queries

2007-08-16 Thread aviad rozenhek
> module which packetizes elementary streams(h264,aac) and does the relaying. > > Sorry for the inconvenience, but would really appreciate your advice. > > Brian > > p.s: You can post my queries to the group, if you thing they might be > useful to others. > > > On 8/16/

[Live-devel] improvements to h264VideoFilesink - making it playable by VLC & quicktime

2007-08-07 Thread aviad rozenhek
tly! I would be happy to supply the modified source to anyone if there is any interest. I used the open source project h264bitstream https://sourceforge.net/projects/h264bitstream/ to accomplish step #2 h264bitstream is very light weight (only 2 .c files and headers), and it is LGPL just like live555.

[Live-devel] H264 save to file

2007-07-26 Thread aviad rozenhek
media was streamed correctly? I thought of using ffmpeg to properly write the coded packets to file, but I am having problems with setting up the lib... can you think of a better idea? thanks Aviad Rozenhek ___ live-devel mailing list live-devel

Re: [Live-devel] creating a simple RTP server

2007-07-23 Thread aviad rozenhek
and waiting for the packets. The live555 library already has a XXXframer class for the codec, but do I really need it, after all, its already framed ... how do I go about implementing the a ServerMediaSubsession class? or should I use PassiveServerMediaSubsession instead? Thanks Aviad Rozenhek

[Live-devel] creating a simple RTP server

2007-07-22 Thread aviad rozenhek
Hi, I have media in some unknown format, but already divided into frames, cached in memory. I want to start streaming immediately to a known client ip/port. how do I do this as easily as possible? what are the minimum stuff to setup and implement? thanks Aviad Rozenhek