Re: [Live-devel] live-devel Digest, Vol 191, Issue 8

2019-10-25 Thread Shyam Kaundinya
5 Streaming Media - development & use Subject: Re: [Live-devel] How to get testOnDemandRTSPServer (unicast) to take a live h.264 feed coming from a UDP port Message-ID: Content-Type: text/plain; charset=utf-8 > On Oct 24, 2019, at 3:21 PM, Shyam Kaundin

[Live-devel] How to get testOnDemandRTSPServer (unicast) to take a live h.264 feed coming from a UDP port

2019-10-24 Thread Shyam Kaundinya
6e2d7275 2d746567 72612d74 7832692d 7562756e 74752d30 34323035 31383030 39333035 SR RR validated RTCP subpacket: rc:0, pt:200, bytes remaining:0, report sender SSRC:0x1bb0292b SDES SSRC/CSRC: 0x1bb0292b CNAME:voltron-ru-teg

[Live-devel] class diagram graphical view seems to be broken ...

2019-06-20 Thread Shyam Kaundinya
It seems like the graphical view of the live555 class diagram seems to be broken. Could you kindly fix it? * Shyam ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] restreaming RTSP as multicast ...

2018-08-30 Thread Shyam Kaundinya
Hi I have an RTSP source which doesn't do multicast. My goal is to receive this RTSP stream and re-stream it over multicast. What is the best way to accomplish that ? One thought I had was to write a program similar to the testRTSPClient to receive RTP (and its FramedSource object) and then use

[Live-devel] High bit-rate (CBR) 4K streaming over a wireless

2018-08-28 Thread Shyam Kaundinya
A few more questions (not a repetition) on high bit rate streaming over a wireless link ... 4/ I have replaced all occurrences of OutPacketBuffer::maxSize with a large number as per the FAQ OutPacketBuffer::maxSize = (4096 * 2160 * 3); 5/ Are there any other changes I should be making

[Live-devel] Re-streaming RTP as RAW-UDP multicast transported as MPEGTS

2018-08-28 Thread Shyam Kaundinya
Thank you for your response. 1/ Re: your response Re: a I just want to clear the air on the misunderstanding/miscommunication reg. modification of supplied code. I did not modify the supplied source code. I took testRTSPClient.cpp and made my own version of it, which follows the example of func

[Live-devel] live website documentation - class diagrams are missing ...

2018-08-28 Thread Shyam Kaundinya
The class diagrams in the live Documentation link on the live website http://www.live555.com/liveMedia/doxygen/html/ are missing I tried this link, not there either - the images don't load. http://www.live555.com/liveMedia/doxygen/html/classDelayQueueEntry.html This used to work in the past if

Re: [Live-devel] High bit-rate (CBR) 4K streaming over a wireless link ...

2018-08-28 Thread Shyam Kaundinya
Oops! Typo here… #2 should read … Do I need to also modify the increaseSendBufferTo and sysctl net.core.wmem_max = the_maximum_buffer_size_that_you_need as well to match the receivebuffer ? From: Shyam Kaundinya Date: Tuesday, August 28, 2018 at 8:07 AM To: "live-devel@lists.li

[Live-devel] High bit-rate (CBR) 4K streaming over a wireless link ...

2018-08-28 Thread Shyam Kaundinya
Hi My product involves streaming high bit rate (>15M) 4K video over a high-bit rate wireless link. I use LIVE555 proxy server on both sides. Based on reviewing the forum articles, I have made the following changes, to accommodate the high bit rate and an unreliable link. 1. I replaced all

Re: [Live-devel] Re-streaming RTP as RAW-UDP multicast transported as MPEGTS

2018-08-28 Thread Shyam Kaundinya
Re#1. Yes. I use proxy to support additional clients which are RTSP. Re#2. a> In trying to implement the FAQ recommendation of using fmtp_spropvps(),sps,pps and then passing the values to parseSPropParameterSets, I tried to follow the code in H265VideoRTPSink::auxSDPLine and createNew functio

[Live-devel] Re-streaming RTP as RAW-UDP multicast transported as MPEGTS

2018-08-26 Thread Shyam Kaundinya
I am working on a project that uses the live555 proxy server to receive 4K video streams from a H.265 IP camera sent over a radio link to efficiently redistribute them over RTSP. I am able to connect a VLC client and play the RTSP stream from the proxy server. An additional customer requirement