Re: [Live-devel] Problems "seeking" in MPEG2 TS?

2008-02-16 Thread Ross Finlayson
Once again: Bugs in VLC (rather than the "LIVE555 Streaming Media" code) should be reported to the "[EMAIL PROTECTED]" mailing list. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] new config for bfin-linux-uclibc targets

2008-02-16 Thread Ross Finlayson
>is there an announce list i could subscribe to ? No, but that's a good idea; I'll look into it. For now, just keep checking -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailin

Re: [Live-devel] GroupsockHelper.cpp and weird problems with long startuptimes for applications

2008-02-16 Thread Ross Finlayson
>It seems from the trace that the ourSourceAddressForMulticast is the >sinner. Firstly, what does multicast have to do with the RTSP server? >Is that not purely unicast? The name of that function is an anachronism; I should rename it to "ourSourceAddress()"... Apart from perhaps renaming it, I h

Re: [Live-devel] GroupsockHelper.cpp and weird problems with long startuptimes for applications

2008-02-16 Thread Morgan Tørvolt
Having done some more research, I am lead to believe that the problem could be that my server eth0 interface is connected to a cheap-ass broadband router, which may or more probably may not support multicast. I also have a firewall on that interface which might eat the packet. It is also natural to

[Live-devel] GroupsockHelper.cpp and weird problems with long startuptimes for applications

2008-02-16 Thread Morgan Tørvolt
Hi all I am having some weird problems at the moment. I am running a server and a laptop with the exact same kernel and software (obviously different hardware), and having some strange problems with that. On my laptop, starting the testOnDemandRTSPServer takes no time at all. On my server, the ap

Re: [Live-devel] new config for bfin-linux-uclibc targets

2008-02-16 Thread Mike Frysinger
On Feb 15, 2008 10:34 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > OK, thanks. The new config file (and the renamed old one) will > appear in the next release of the software. thanks! is there an announce list i could subscribe to ? -mike ___ live-d

Re: [Live-devel] RE : Re: bug found and corrected

2008-02-16 Thread Morgan Tørvolt
May I suggest setting the duration so that every package is sent instantly? The DVB-T and other DVB standards demand PCR withing 500ns accuracy, which is probably better than you will ever be able to get. I think it is safe to assume that the timing of what you receive is more than good enough, and

Re: [Live-devel] Problems "seeking" in MPEG2 TS?

2008-02-16 Thread Morgan Tørvolt
I have seen the same "problem" by jumping between GOPs. If I drop showing one GOP, and go directly to the next, then a black image is shown (or a still image) until the point where the new GOP is supposed to go. I guess VLC uses the DTS or PTS in the PES packets to decide when to show a frame. Sinc