[Live-devel] Adding Audio Stream Session

2013-03-05 Thread Ashfaque
Hi Ross, Been using Live555 for Video streaming on multiple platforms, used on Linux, iOS and now ported to WinCE7. Video streaming works like a charm. Now I want to add the audio stream in the media session. As a test I want stream a mp3 file with video stream (H.264 video data generated by a

[Live-devel] Live555 test on WEC7

2013-01-07 Thread Ashfaque
Hi Ross, I have ported the Live555 RTSP streaming library to Windows Embedded Compact 7 (WEC7) Platform builder and testing with the H264 test application (testH264VideoStreamer.cpp) provided in the package. I have installed the SDK for Freescale i.MX6 SABRE SDP WEC7 platform. The compilation a

[Live-devel] Streaming distorted on another client device

2012-09-14 Thread Ashfaque
Hi Ross, We are facing a particular problem, when streaming is happening between a transmitter board and iPad. Here Transmitter board is configured as an Access Point, when another client device is connected to this board(but Rx Streaming application is not started) , Streaming on the already

[Live-devel] MJPEG Streaming Support in Live555

2012-07-21 Thread Ashfaque
Hi Ross, We are developing live555 based application for streaming MJPEG frames from a USB camera over Wifi. MJPEG frames from camera we have captured and analyzed. Each frame is one complete JPEG image with headers (ie SOI = FF D8, EOI = FF D9). On the receiver side we are receiving the fram

[Live-devel] Clarification on Live555

2012-06-08 Thread Ashfaque
current // 'wall clock' time as the synchronization time. (This will be // corrected later when we receive RTCP SRs.) fSyncTimestamp = rtpTimestamp; fSyncTime = timeNow; } Thanks & Regards, Ashfaque ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Streaming over Wifi with no receiver

2012-05-22 Thread Ashfaque
used for each frame), or can we drop frames if they are not in order? Can this help us to overcome the issue of propagation delay? Please suggest any other areas which can cause the propagation delay? Thanks in advance. Regards, Ashfaque From: Ross Finlayson Sent: Tuesday, May 22, 2012 1:58 PM To

Re: [Live-devel] Streaming over Wifi with no receiver

2012-05-21 Thread Ashfaque
Thanks for the reply Ross. Our application reads frames from a camera at the rate of 33ms (30fps) which are encoded by a Hardware Codec and then fed to the H264Source::deliverFrame method. But when receiver is not connected ping is gives below response after some duration with streaming: ping

[Live-devel] Streaming over Wifi with no receiver

2012-05-21 Thread Ashfaque
Hi Ross, I am facing a strange issue when streaming the frames over Wifi interface, when there is no receiver to receive the frames. I am guessing like frames are being queued up in the network buffer and causing the wifi module to collapse. As indicated by below prints: NETDEV WATCHDOG: uap0 (

Re: [Live-devel] Failed to join group: Invalid IP Address

2012-05-17 Thread Ashfaque
8>] (start_kernel+0x234/0x284) from [<70008034>] (0x70008034) ---[ end trace 3ea9d70442c4aedb ]--- 4294961629 : Tx timeout, bss_index=1 Regards, Ashfaque From: Ross Finlayson Sent: Tuesday, May 15, 2012 9:10 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-

[Live-devel] Failed to join group: Invalid IP Address

2012-05-15 Thread Ashfaque
Hi Ross, We are using the Live555 on embedded system with the device acting as an Soft Access Point (Server). No external LAN need to be connected to it. Following is the print on ifconfig on the device: uap0 Link encap:Ethernet HWaddr 00:22:58:77:80:62 inet addr:192.168.25

Re: [Live-devel] waiting on DESCRIBE response

2012-04-24 Thread Ashfaque
Hi Ross, Here is the link of my test.h264 file. http://dl.dropbox.com/u/63577672/test.h264 Please let me know your test results. Regards, Ashfaque From: Ross Finlayson Sent: Tuesday, April 24, 2012 11:35 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] waitin

Re: [Live-devel] waiting on DESCRIBE response

2012-04-23 Thread Ashfaque
Hi Ross, I am using Live555 server application only. Reference is taken from testH264VideoStreamer as reference. H264VideoStreamDiscreteFramer is used as the framer. the problem is that your server is broken. What does this mean? The cause for this? Regards, Ashfaque From: Ross Finlayson

[Live-devel] waiting on DESCRIBE response

2012-04-23 Thread Ashfaque
. Please let me know the reason for this and how it can be resolved. Thanks & Regards, Ashfaque ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] mplayer not playing stream

2012-04-18 Thread Ashfaque
Thanks Ross. I had tried to neglect the first 4 bytes from the encoded buffer, but it did not helped, I had adjusted the fFrameSize accordingly. Can you please provide me with the pseudo code for handling this. Regards, Ashfaque From: Ross Finlayson Sent: Thursday, April 19, 2012 3:36 AM To

[Live-devel] mplayer not playing stream

2012-04-18 Thread Ashfaque
ror while decoding frame! Gone through the H264VideoStreamDiscreteFramer ::afterGettingFrame1 method but not able to catch what exactly being done there. Please let me know the reason behind this and the way to solve it. Thanks & Regards, Ashfaque __

[Live-devel] Streaming Stops for larger frameBuff size Issue

2012-04-09 Thread Ashfaque
Hi Ross, I am facing a typical problem where the streaming stops after some time if the encoded frame buffer size is more. If I keep the buffer size less (ActualSize/8), streaming goes normal. I had implemented my own H264Source subclass of FramedSource (to read frames at 30fps from USB camer

Re: [Live-devel] Restarting RTP Session Issue

2012-04-05 Thread Ashfaque
. Regards, Ashfaque From: Ross Finlayson Sent: Friday, April 06, 2012 11:53 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Restarting RTP Session Issue When I am canceling and restarting the thread on camera events I am getting following error message and strea

[Live-devel] Restarting RTP Session Issue

2012-04-05 Thread Ashfaque
guess the socket is not being closed on thread cancellation. Please let me know the correct procedure to restart the streaming session and whether does Live555 supports starting/stopping sessions. Are there API’s available? Thanks in advance. Regards, Ashfaque

[Live-devel] UPnP support in Live555

2012-03-13 Thread Ashfaque
Hello Everyone, I need UPnP supported Media server for our project. The client devices should be able to connect with the Media server and register itself for streaming. Does Live555 supports UPnP? If not then what other options are available to add this feature. Are there any other UPnP librar

[Live-devel] RAM requirement- Live555

2012-03-13 Thread Ashfaque
not found any answers. Please anyone tell me the memory requirements. Please Thanks & Regards, Ashfaque ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel