[Live-devel] MRCP over RTSP

2007-07-18 Thread Arsen Chaloyan
Hello, I'm going to utilize liveMedia library for MRCP implementation. According to RFC 4463 When a media server implementing MRCP over RTSP receives a PLAY, RECORD, or PAUSE RTSP method from an MRCP resource URL, it should respond with an RTSP 405 "Method not Allowed" response. For the

Re: [Live-devel] trick play errors - possible diagnosis

2007-07-18 Thread Andrew Stone
Thanks Ross. I appreciate the sample. -Andrew - Original Message From: Ross Finlayson <[EMAIL PROTECTED]> To: LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2007 9:29:45 PM Subject: Re: [Live-devel] trick play errors - possible diagnosis >Mainl

Re: [Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Ross Finlayson
>From my read through of the RTSPClient.hh it does not appear to have a specific fastforwardMediaSession or something to that nature. No, as a RTSP client you specify fast-forward using the "scale" parameter to "playMediaSession()". E.g., "4.0" to request 4x speedup. (Note that someone else

Re: [Live-devel] trick play errors - possible diagnosis

2007-07-18 Thread Ross Finlayson
>Mainly, what I'm saying is that the live555 trick play code may be >correct, and VLC just can't handle the generated ts streams properly Note that the following Transort Stream file http://www.live555.com/osbournes.ts works OK (indexing and trick play). So you might want to check to se

[Live-devel] Slow Motion (MPEG2TS)

2007-07-18 Thread Rutherford, Robert
Has anyone tried to implement slow motion (scale < 1.0) with MPEG2 Transport Stream Trick Play? I need to be able to test and support this feature, but it is not included in the latest Live555 baseline. I am looking for a good starting point for parsing the index file and choosing which frames to

Re: [Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Li, Chen
>From my read through of the RTSPClient.hh it does not appear to have a specific fastforwardMediaSession or something to that nature. Does this mean the live555 media server currently supports trick play only through the creation of a "subsession" with a file created by skipping frames of the orig

Re: [Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Ross Finlayson
> So far I see no test script that actually sends a >command over rtcp to tell the server to fast forward a particular >stream. "openRTSP" currently has no option for doing this (although one might get added in the future). For now, you need to explicitly modify the call to "playMediaSession()

Re: [Live-devel] trick play errors - possible diagnosis

2007-07-18 Thread Ross Finlayson
>Mainly, what I'm saying is that the live555 trick play code may be >correct, and VLC just can't handle the generated ts streams properly Maybe, but note that Transport Stream files from other sources don't seem to have this problem. If your hypothesis is correct, then there is something speci

Re: [Live-devel] Multicast & TrickModes mutually exclusive?

2007-07-18 Thread Ross Finlayson
Are pause and trick modes supported for multicast streams? No. Because multicast streams are usually intended to be received by potentially multiple clients, it doesn't usually make sense to allow a single ciient to control the stream like this. -- Ross Finlayson Live Networks, Inc. http:/

[Live-devel] trick play errors - possible diagnosis

2007-07-18 Thread Andrew Stone
Ross, I am not sure of this, however I think this may be the problem with the trick play. I don't know if this helps or not, but just wanted to alert you to this. What seems to be happening is that when I play the dvd2.ts file the PCR is advancing beyond the PTS of frames to be displayed by VLC

[Live-devel] Trick Mode Data Rate Limitation

2007-07-18 Thread xcsmith
Ross and Community, I am hoping to implement a bandwidth limitation on trick mode streams only, such that the bitrate of the trick mode stream would not exceed the average bitrate of the original stream. For the particular 5 Mbps streams that I have, I cannot get above 4x speed-up without sig

[Live-devel] Multicast & TrickModes mutually exclusive?

2007-07-18 Thread Leary, Brent
Ross, Are pause and trick modes supported for multicast streams? It doesn't seem like they would be, but wanted to verify with you before just making the assumption. Thanks, -Brent ___ live-devel mailing list live-devel@lists.live555.com http://lists.

[Live-devel] Actual Trick Play Functionality Needed

2007-07-18 Thread Li, Chen
Hello, I have been working with the live555 media server as well as live555 test programs. So far I see no test script that actually sends a command over rtcp to tell the server to fast forward a particular stream. Thus, any help would be appreciated if someone could point me to: Code examples D

Re: [Live-devel] RTSP Authentication

2007-07-18 Thread Ross Finlayson
>I use UserAuthentication option in RTSP making use of >UserAuthenticationDatabase and QuickTime as client. First time client wants to >connect to a streaming session QuickTime asks for user and password to >complete authentication with server. But if client closes it and then tries to >reconnect,

Re: [Live-devel] (not a) Multicast Q

2007-07-18 Thread Ross Finlayson
Are their any major differences in functionality provided by testOnDemandRTSPServer and the Live555 Media Server? The one major difference (although there will be many more in the future) is that the "LIVE555 Media Server" lets you stream any file (residing in the same directory), provided tha

Re: [Live-devel] Error while trying to build livemedia library using Borland C++ compiler

2007-07-18 Thread Ross Finlayson
>What system are you building on? It looks like your system is >lacking 64-bit lseek system calls. The problem is probably Panos's use of the Borland C++ compiler. This compiler unfortunately requires some special-case hacks in the code (search for "BORLANDC" in the code for examples of this).

Re: [Live-devel] Multicast Q

2007-07-18 Thread Leary, Brent
Ross, Are their any major differences in functionality provided by testOnDemandRTSPServer and the Live555 Media Server? Thanks, -Brent From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Tuesday, June 12, 2007 10:56 AM To: LIVE55

Re: [Live-devel] HD MPEG2 Movie streaming generates error

2007-07-18 Thread Ross Finlayson
Thanks for the report. I have downloaded your demo file, and will be testing it to see how our server and client software can be improved to stream/receive it better. (This may take a few days, however; Andrew Stone's problem (reported last week) currently takes priority. Stay tuned...) --

Re: [Live-devel] Error while trying to build livemedia library using Borland C++ compiler

2007-07-18 Thread Andrew Stone
What system are you building on? It looks like your system is lacking 64-bit lseek system calls. -Andrew - Original Message From: Panos Christodoulou <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:16:49 AM Subject: [Live-devel] Error while trying to build liv

[Live-devel] Error while trying to build livemedia library using Borland C++ compiler

2007-07-18 Thread Panos Christodoulou
Hello there, I am trying to build the livemedia library, so i could use it to build the openrtsp application. I follow the procedure described on the live555 website but when i execute make on the command line i get Error E2268 inputfile.cpp 85: Call to undefined function '_lseeki64' in function

Re: [Live-devel] RTSP Authentication

2007-07-18 Thread Ramon Martin de Pozuelo Genis
Well, I saw that closing completely QuickTime (not only video window) and trying to reconnect it reclaims again user and password so I supose that it remains in Quicktime memory and it's not possible to control on server side, because it is working properly, receiving user and password again. Could

[Live-devel] RTSP Authentication

2007-07-18 Thread Ramon Martin de Pozuelo Genis
Hi, I use UserAuthentication option in RTSP making use of UserAuthenticationDatabase and QuickTime as client. First time client wants to connect to a streaming session QuickTime asks for user and password to complete authentication with server. But if client closes it and then tries to reconnect, i

[Live-devel] Build live555 on EVC / WinCE?

2007-07-18 Thread yanrx
Dear all, I am trying to build live555 library on EVC to make it useable in WinCE. Has anyone already builded that? How can I get guide or instructions? I have done it successfully on Visual C++. Thanks in advance! Best regards, Renxiang

[Live-devel] HD MPEG2 Movie streaming generates error

2007-07-18 Thread jenny tc
hai all I tried to stream an HD MPEG2 movie using live555MediaServer . But it exits by generating the error.I Modified BANK_SIZE to 15 in StreamParser.hh Error StreamParser internal error (85990 + 65541 > 15) I played the stream with mplayer. But the display seems to be very bad.