Re: [Live-devel] Low Frame-rate Panoramas

2017-04-13 Thread Karl Dietz
Hi Patrick, On 13.04.2017 21:22, Weber, Patrick wrote: note that encoding is going to create some latency that might not be noticed in 30fps applications, but when dealing with 1Hz frame rates a lag of two or three frames is very apparent! You may want to simply turn off b-frames at 1fps to re

Re: [Live-devel] streaming multiple videos with multiple streams

2014-06-05 Thread Karl Dietz
On 05.06.2014 12:17, Warren Young wrote: On 6/5/2014 04:04, Ross Finlayson wrote: (In particular, if your network is WiFi, note that multicast generally performs very poorly over WiFi networks.) Yes, wifi is a problem for all real-time systems. First, the speeds claimed for wifi are basicall

Re: [Live-devel] RTSP Client TCP mode

2012-05-31 Thread Karl Dietz
On 30.05.2012 11:36, Nikolai Vorontsov wrote: does it mean that we don't have any means to handle tool-low-bandwidth network case? I can imagine for instance for the live view the following scenario - we monitor the output queue length and when it's overflown or close to the top - start to skip a

Re: [Live-devel] PCM data gets corrupt during transport

2012-02-03 Thread Karl Dietz
On 03.02.2012 08:14, Marlon Reid wrote: The bottom half of the right channel contains noise. If you take a look at the image hosted here : http://www.freeimagehosting.net/q1cgw you will see what I mean. That's a great example where looking closer at the data will give a hint on what might be wr

Re: [Live-devel] Mythtv and IPTV over HTTP

2011-08-31 Thread Karl Dietz
Hello Peppino, I want to use mythtv to see IPTV over HTTP. You should ask that over at the MythTV lists at mythtv-us...@mythtv.org Might be good to know what you mean by "IPTV over HTTP". Can you add a link to a stream to your message to the mythtv list? How can I edit the source of LiveMed

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-25 Thread Karl Dietz
Hello, I am trying to generate a transport stream, streaming H.264. I've read a lot of postings in the mailing list and studied the examples (testH264VideoToTransportStream and testMPEG2TransportStreamer), but as a matter of fact my software won't work. First, i implemented a stream via rtp usin

Re: [Live-devel] why live555 as local RTSP server streaming TS file (like a bridge) at android won't work?

2011-07-03 Thread Karl Dietz
On 04.07.2011 08:03, He Lion wrote: Thanks for your answer. Why I did that? Because after set up a RTSP server working like a bridge at android, I just need to demux TS, then add video or audio streams to RTSP stream, I don't have to write a JNI media player (very difficult) to display and contr