Re: [Live-devel] Native IPv6 support for the Proxy?

2017-05-03 Thread Virginia Hamm
On Wed, May 3, 2017 at 2:52 PM, Ross Finlayson wrote: > Also: > > > Apple just rejected (and rightfully so!) our app where one of the > options is to serve video off a live555proxy because it is not reachable > over IPv6. > > I’m not sure what “serve video off a live555proxy” means, but a reminde

Re: [Live-devel] Native IPv6 support for the Proxy?

2017-05-03 Thread Ross Finlayson
Also: > Apple just rejected (and rightfully so!) our app where one of the options is > to serve video off a live555proxy because it is not reachable over IPv6. I’m not sure what “serve video off a live555proxy” means, but a reminder that the “LIVE555 Streaming Media” code *cannot* be used in an

Re: [Live-devel] Native IPv6 support for the Proxy?

2017-05-03 Thread Ross Finlayson
Upgrading the code to support IPv6 would be a major project (and would be a lot more extensive than just applying some random person’s ‘patch’). However, it is one of our ‘funded projects’: http://live555.com/funded-projects/live555_ipv6.html but, to date, few people have been interested

[Live-devel] Native IPv6 support for the Proxy?

2017-05-03 Thread Virginia Hamm
On 2016-12-06, hem...@mnkcg.com posted that they had IPv6 patches for live555. Are these (or some other code) going to be absorbed into the mainstream release any time soon? Apple just rejected (and rightfully so!) our app where one of the options is to serve video off a live555proxy because it is

Re: [Live-devel] Broken data when streaming HEVC video

2017-05-03 Thread Ross Finlayson
> "checker.265" is a short video of a checker pattern moving in diagonal, this > is the input video, streamed via live555MediaServer. See the screenshot > "checker (MPC replay).png", it looks fine when replayed from disk. When I > connect via VLC using the URL rtsp:///checker.265, I can see corr

Re: [Live-devel] Broken data when streaming HEVC video

2017-05-03 Thread Kurt Emanuelson
Ross, Will do. I happened to get pulled into a high priority situation, but I will respond as soon as I can. Thanks so much for your quick responses. Kurt Kurt Emanuelson Software Engineer ph: (719) 593-2829 Fax: (719) 213-2502 | http://www.boldgroup.com 421 Windchime Pl | Colorado Springs,

Re: [Live-devel] Broken data when streaming HEVC video

2017-05-03 Thread Roland Aigner
By the way: I'm using the most recent VLC version 2.2.4 and the 11-28-2016 live555 build of testProgs -- according to the changelog of the latest version, there have been no code changes in related matters, so I think it's safe to say I'm up to date. Best, Roland -Ursprüngliche Nachricht-

Re: [Live-devel] Broken data when streaming HEVC video

2017-05-03 Thread Roland Aigner
I put it on my Dropbox [1], you should be able to download it from there. "checker.265" is a short video of a checker pattern moving in diagonal, this is the input video, streamed via live555MediaServer. See the screenshot "checker (MPC replay).png", it looks fine when replayed from disk. When

Re: [Live-devel] Broken data when streaming HEVC video

2017-05-03 Thread Ross Finlayson
> In order to eliminate sources of error, I tried to reproduce this with as > little of my own code as possible. For that I write a file with 6176x2076 > HEVC encoded data to disk and doublecheck with ffplay -- the file seems to be > fine. I use live555MediaServer.exe as an RTSP server and VLC a

[Live-devel] Broken data when streaming HEVC video

2017-05-03 Thread Roland Aigner
Hi, I'm getting corrupted frames at the very beginning of the video when decoding HEVC streamed via FramedSource and H265VideoRTPSink. For testing and trying to isolate the issue, I write the raw coded and to-be-sent data to disk in my server code, and play it back, using my own decoder code,