Re: [Live-devel] Starting Frames are corrupted

2014-06-24 Thread Vikram Singh
stream starting was very noisy as shown in the links from previous emails. -I also found the same starting frame issues with Darwin streaming server when I was streaming with the same file. -And I am sure the files I am testing with are not corrupted. -vikram singh From

Re: [Live-devel] Starting Frames are corrupted

2014-06-20 Thread Vikram Singh
Hi ross, Please ignore my previous mail. I was sent accidently. Just for testing purpose, I have reduced my streaming video size to 100*100 px size. By reducing the size I want to avoid the scenario where on the client side there is truncation of data, due to buffer overflow in the startin

Re: [Live-devel] Starting Frames are corrupted

2014-06-20 Thread Vikram Singh
Hi ross, Just for testing purpose, I have reduced my streaming video size to 100*100 px size. By reducing the size I want to avoid the scenario where on the client side there is truncation of data, due to buffer overflow in the starting. This buffer overflow was assumed because the client had

Re: [Live-devel] Starting Frames are corrupted

2014-06-18 Thread Vikram Singh
Hi ross, I am having -- unsigned OutPacketBuffer::maxSize = 90; in mediaSink.cpp If I decrease the maxSize then the frames I get are truncated. Can you please specify how to decrease the nal unit size without decreasing the value of maxSize. Thanks Vikram Singh From: live

Re: [Live-devel] Starting Frames are corrupted

2014-06-18 Thread Vikram Singh
I am using testH264VideoStreamer.cpp example program provided with live555 as my rtsp server and vlc as my client. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, June 18, 2014 6:52 PM To: LIVE555 Streaming Media - development & use Subje

Re: [Live-devel] Starting Frames are corrupted

2014-06-18 Thread Vikram Singh
cases, artifacts typically occur due to packet loss. >>> "Vikram Singh" 06/18/14 7:02 AM >>> Hi, I have implemented RTSP Streaming using Live555 Library. Initially when the streaming starts, the frames are corrupted. But later this clears up and I have smooth render

[Live-devel] Starting Frames are corrupted

2014-06-17 Thread Vikram Singh
/0B9yXmUZbfI7_Q0xsR1FZMUdaekE/edit Later : https://docs.google.com/file/d/0B9yXmUZbfI7_ZFlHZ2FqVnd5UUU/edit Thanks Vikram Singh ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] HTTP Live streaming

2014-05-03 Thread Vikram Singh
I get the H.264 encoded frames in a queue. I implemented RTSP live streaming by extending the class OnDemandServerMediaSubsession and reading from the queue. Can the same be done on HLS. My requirement is to stream OpenGL frames and visualize on a iPad. I can do the same using RTSP but iOS

[Live-devel] HTTP Live streaming

2014-05-02 Thread Vikram Singh
://192.168.0.90:554/test.ts all of them are not playing in browser and vlc. 3) Can we stream a h264 data simultaneously to both RTSP and HLS clients. Thanks, Vikram singh

Re: [Live-devel] Frames are corrupted

2014-05-01 Thread Vikram Singh
8 AM, Vikram Singh wrote: Hi ross, I am not able to get SPS and PPS units from the encoder. I am using CUDA Video Encode library which has a function NVGetSPSPPS(). [...] Sorry I am not getting the detailed documentation for the function NVGetSPSPPS(). Please help me. "NVGetSPS

Re: [Live-devel] Frames are corrupted

2014-05-01 Thread Vikram Singh
Hi ross, I am not able to get SPS and PPS units from the encoder. I am using CUDA Video Encode library which has a function NVGetSPSPPS(). NVGetSPSPPS() returns a buffer to SPS and PPS. The problem is that I don't have the formatting for this buffer so that I could separate SPS and PPS units f

Re: [Live-devel] Frames are corrupted

2014-04-22 Thread Vikram Singh
n it is working on brower and vlc player on desktop. But it is not working on iPad brower ie it is rendering one frame and getting struck. Does this happen because I have not received SPS and PPS nal units ? Thanks Vikram Singh From: live-devel-boun...@ns.live555.com [mailto:live-

Re: [Live-devel] Frames are corrupted

2014-04-18 Thread Vikram Singh
Hi Ross, I tried your approach. But I still have the same issue. -I made OutPacketBuffer::maxSize = 90; -I return an object of H264VideoStreamFramer in the function createNewStreamSource(). The comments in the header says "A filter that breaks up a H.264 Video Elementary S

Re: [Live-devel] Frames are corrupted

2014-04-18 Thread Vikram Singh
à fMaxSize will be 15000-“size of frame in previous call”. -I think this should now happen and . -Can you suggest me what I did wrong. I have attached the files H264LiveServerMediaSession and LiveSourceWithx264. -I am new to live555 and please help me out. Thanks and