[Live-devel] Any Alternative to receive both Audio And Video and play Synchronously..

2008-06-17 Thread manas lenka
Ok, ./livemediaserver streams the transport the file like a simple file. But is there any method/solutions to stream both audio and video and play them synchronously by ../openRTSP. Thanks MANAS ___ live-devel mailing list live-devel@lists.live555.com ht

[Live-devel] Using ./livemediaserver to stream Mpeg2 and Mp2 transport stream

2008-06-17 Thread manas lenka
Hi, As per LIVE555 documents, ./livemediaserver can stream both audio and video from a tranport file( Mpeg2 and Mp2 only.) . Does it send the pts values of both audio and video. Can I receive the streams and play with ./openRTSP (provided I have taken care of the PTS values (in FileSink function).

[Live-devel] Thanks Ross . Can you tell me the possible reasons why the FileSink method is slow.

2008-06-16 Thread manas lenka
Thanks A lot. One thing I am curious to know why the FileSink method is slow. Like "/openRTSP -v" method, "/openRTSP -c" method is putting into a file instead of stdout. Is there anything different thing is happening for "/openRTSP -c" . Your answer will be greatly helpful for me. Thanks MANAS

[Live-devel] Taking video frames from the FileSink ..Too slow to play.

2008-06-16 Thread manas lenka
Hi, I am taking the FileSink output video frames (this is run by ./openRTSP -c rtsp//url ) and piping it to my decoder. But I am find ing it is very slow. Can anybody tell me from which point of the (openRTSP) programme , I ahave to pipe the frames. What command options I have to use. As Ross told

[Live-devel] Unable to include the LIVE555 .a liabrary files into my own programme.

2008-06-13 Thread manas lenka
I am trying to use the LIVE555 library functions into my programmes. The cross-compiler is "arm_v5t_le-gcc" . But while compiling and linking the LIVE555 libraries, I am getting linking error like "undefined reference to the 'given live555 function". Has anybody faced this problems. What changes I

[Live-devel] Can openRTSP be used for real time playing

2008-06-12 Thread manas lenka
Hi, Can openRTSP be used (provided I am doing necessary coding to take the video frames from the file sink and giving them to the decoder). As I am finding in playCommon.cpp "unsigned const thresh = 1sec" (too huge) before the line subsession->rtpSource()->setPacketReorderingThresholdTime(thresh);

[Live-devel] Getting PTS values of the Video Frames Using openRTSP

2008-06-11 Thread manas lenka
Hi, I am using openRTSP client and livemediaServer to receive MPEG4 Elementary stream. I have written my own programme to play openRTSP received packets in REAL time.For that I need PTS values of each frame. But what I am finding that the PTS values of the frames are not getting changed (it is sho

[Live-devel] Using Open RTSP to receive streams from VLC

2008-05-27 Thread manas lenka
Hello all, I am trying to receive live webcam feeds using openRTSP. Following is my setup. In PC I'm capturing video and audio through a webcam and mike using VLC player and am streaming the file to the network using the RTP option in VLC. In another PC I'm trying to receive the strea

[Live-devel] Using Open RTSP to receive live webcam feeds

2008-05-27 Thread manas lenka
Hello all, I am trying to receive live webcam feeds using openRTSP. Following is my setup. In PC I'm capturing video and audio through a webcam and mike using VLC player and am streaming the file to the network using the RTP option in VLC. In another PC I'm trying to receive the strea

[Live-devel] I want to know where OpenRSTP.cpp writes into the file....

2008-05-24 Thread manas lenka
Hi, Can anybody tell me , in OpenRSTP.cpp programme, at what point the audio and video packets are written into the file.. Thanks MANAS - BMR - a key player in weight issues. Know more.___ live-devel mailing list

[Live-devel] Can any body tell what DarwinInjector() does ??

2008-05-23 Thread manas lenka
Hi, Can anybody tell me or point to some documents so that i can know what "DarwinInjector()" does. THANKS MANAS - Meet people who discuss and share your passions. Join them now.___ live-devel mailing list live-

[Live-devel] How to use LIVE555 programmes in my programmme..

2008-05-23 Thread manas lenka
Hi, I have built a multi-threaded programme to paly .avi file. I am reading the audio and video packets from the file, in one thread of my programme. Now I want to read A/Vpackets from the network instead of the file. Can I use the Openrstp Programme or some LIVE555 libraries in one thread and

Re: [Live-devel] About SIP implementations in LIVE555 media...

2008-05-01 Thread manas lenka
Hi, Shaswata.. Thanks for your reply and suggestions. I have some doubts: Q1: Is there any SIP test programme so that I can use it. Q2: You told me to store the encoded data in some in-memory data-structure what this actually mean. Are you talking about an buffer or queue. Q3: How the synchron

[Live-devel] I am new to LIVE555..

2008-04-30 Thread manas lenka
Hi Ross, SORRY to disturb you. I am an Mtech student. I am new to the live555 media server. I am sending mails to the open mailing lists but unfortunately nobody is giving me reply. I am trying to build an video telephony software in Ti's Davinci board which has sparate software encoder and de

[Live-devel] Whether Live555 media sever takes care of packet losses in the network..

2008-04-27 Thread manas lenka
Hi, I am new to live555 media server. I used it for streaming a video file, and palyed in the VLC. I found it is running very nicely and smoothly. I have some doubts: 1:-whether live555 media server takes care of packets loss in the network ? 2:- Can I send both audio and video files by running

[Live-devel] Whether Live555 media sever takes care of packet losses in the network..

2008-04-26 Thread manas lenka
Hi, I am new to live555 media server. I used it for streaming a video file, and palyed in the VLC. I found it is running very nicely and smoothly. I have some doubts: 1:-whether live555 media server takes care of packets loss in the network ? 2:- Can I send both audio and video files by running

[Live-devel] What is the Advantage of live555 media over FFMPEG Server...

2008-04-26 Thread manas lenka
Hi, Can anybody tell me what is the advantages of live555 media over FFMPEG Server.. Thanks in Advance MANAS - Explore your hobbies and interests. Click here to begin.___ live-devel mailing list live-devel@lists

[Live-devel] For Video telephony.......

2008-04-12 Thread manas lenka
hi, For video telephony i want to use LIVE555 media server. So whether I have to use RTSP server and RTSP client at the both ends of the communications ?? THanks - Bring your gang together. Do your thing. Find your favourite Yahoo! Group.

[Live-devel] H.264 encoding...

2008-04-09 Thread manas lenka
Hi, I have an H.264 encoder which gives me enocded frames after frames(NOT BYTES) (The frames are I and P frames). For streaming, I came to know we have to add NAL header. Is there anything extra we have to add. Can anybody say or refer about NAL HEADERs. THANKS In Advance MANAS --

[Live-devel] Implementing Video Telephony using live555 Media Server

2008-04-09 Thread manas lenka
Hi, I am new to 'live555 Media Server' I am planning to implement video telephony using live555 Media Server. What I found at the first glance, it is meant for streaming Media files. Can i stream live audio and video packets to the client and in the same way receive the live audio and video packe