Re: [Live-devel] Question about "MP4A-LATM" and "mpeg4-generic".

2009-05-20 Thread Ross Finlayson
Someone could tell me why the same format ,but different way server streams them? Because different organizations (perhaps for political reasons, I'm not sure) came up with different RTP payload formats for streaming the same type of data (MPEG-4 audio). And , the other question is ,what

[Live-devel] Question about "MP4A-LATM" and "mpeg4-generic".

2009-05-20 Thread zhBruce
Hi all: I'm developing a rtp receiving directshow filter, using live555 as the rtp/rtsp module. I adopt the Apple's Darwin streaming server. At first, I converted a media file to 3gp format named as mov1.3gp using QuickTime Pro, with video format is H.263 and audio is AAC-LC. Then I can rece

Re: [Live-devel] problem with testMP3Streamer and mplayer

2009-05-20 Thread Ross Finlayson
I'm trying testMP3Streamer to multicast an MP£ file over the lan and to listen to it with mplayer. It does not work, even though it works with vlc. Because this seems to be a MPlayer-specific problem, you should ask about it on a MPlayer mailing list. -- Ross Finlayson Live Networks, Inc. h

Re: [Live-devel] openRTSP woes

2009-05-20 Thread Ross Finlayson
I hear you regarding capturing to MP4/MOV files. Do you think that capturing to raw files and then putting them together using another process would yield better results? Unfortunately not, because the 'raw' (i.e., audio and video Elementary Stream) files would not contain any of the 'presenta

Re: [Live-devel] MPEG1or2FileServerDemux::createNew Rise exeption

2009-05-20 Thread Ross Finlayson
but in VS2008 line MPEG1or2FileServerDemux::createNew rise exeption: First-chance exception at 0x7c812afb in testvideomc.exe: Microsoft C++ exception: int at memory location 0x0011f880.. and program abnormally closed after this. what this can mean? It means that a memory access exception occurr

Re: [Live-devel] media server capabilities

2009-05-20 Thread Ross Finlayson
3) For some reason, the M4E files I create via openRTSP are not seek-able, at least via VLC. Are there any know limitations for players trick play? Yes, see http://www.live555.com/liveMedia/faq.html#trick-mode

Re: [Live-devel] openRTSP woes

2009-05-20 Thread Shawn Van Every
Thanks Ross. The audio/video are in sync when viewing the actual stream in QuickTime (haven't tried VLC). Interestingly enough, we are doing another process which converts the RTSP stream to RTMP (Flash) and we see a consistent half second sync issue after that process. The interesting

Re: [Live-devel] live555.com server down?

2009-05-20 Thread Ross Finlayson
Is the server down? I cannot access it today. Yes, our upstream network had an extended outage (from roughly 1400 UTC - 2100 UTC on May 20th). It's back up now. My apologies. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-d

Re: [Live-devel] media server capabilities

2009-05-20 Thread Stas Oskin
Hi. Thanks for the replies. No; it's a media *server*, not a 'reflector'. > Any idea what it would take to add such functionality? Any place I can start? 3) For some reason, the M4E files I create via openRTSP are not seek-able, > at least via VLC. Are there any know limitations for players tr

[Live-devel] live555.com server down?

2009-05-20 Thread York Sun
Ross, Is the server down? I cannot access it today. York ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] problem with testMP3Streamer and mplayer

2009-05-20 Thread Ottavio Campana
I'm trying testMP3Streamer to multicast an MP£ file over the lan and to listen to it with mplayer. It does not work, even though it works with vlc. Did you experience this? Here's mplayer output otta...@debian2:/tmp$ mplayer -msglevel all=9 rtsp://192.168.68.3:8554/testStream MPlayer dev-SVN-r2

[Live-devel] MPEG1or2FileServerDemux::createNew Rise exeption

2009-05-20 Thread Victor V. Vinokurov
i've try to get file duration of mpeg1 video file like this: int VIDEOMC_API GetFileDuration(const char* inputFileName) { TaskScheduler* scheduler = BasicTaskScheduler::createNew(); BasicUsageEnvironment* env = BasicUsageEnvironment::createNew(*scheduler); MPEG1or2FileServerDemux* demux = MP

Re: [Live-devel] RTP Header Extension

2009-05-20 Thread Ross Finlayson
In RFC 3550 Section 5.3.1 they say that it is possible to add an header extension that is ignored by applications that are not aware of it. My question is: is there a way to do it with livemedia? Currently not without modifying the code. -- Ross Finlayson Live Networks, Inc. http://www.live555

Re: [Live-devel] Problem streaming *.mpeg4 file using testOnDemandRTSPServer.exe

2009-05-20 Thread Ross Finlayson
I have a *.mpeg4 file which contains the mpeg4 SP encoded video. I am trying to Stream this using testOnDemandRTSPServer.exe application on Windows PC. I just renamed *.mpeg4 file to test.m4e * Where did you get the idea that this would work?? A ".mpeg4" file is *not* a MPEG-4 Video Elementary

[Live-devel] Problem streaming *.mpeg4 file using testOnDemandRTSPServer.exe

2009-05-20 Thread seetaram N T
Hi, I have a *.mpeg4 file which contains the mpeg4 SP encoded video. I am trying to Stream this using testOnDemandRTSPServer.exe application on Windows PC. I just renamed *.mpeg4 file to test.m4e and trying to stream. When i tried to play this video using VLC, it gives the following error. main d

[Live-devel] RTP Header Extension

2009-05-20 Thread Ottavio Campana
In RFC 3550 Section 5.3.1 they say that it is possible to add an header extension that is ignored by applications that are not aware of it. My question is: is there a way to do it with livemedia? ___ live-devel mailing list live-devel@lists.live555.com h