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

2017-05-05 Thread Roland Aigner
oss Finlayson Gesendet: Donnerstag, 4. Mai 2017 19:49 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] Broken data when streaming HEVC video > And this is where I'm stuck. SPS, PPS, VPS NAL units are apparently > mandatory, not just for ffplay, but also for

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

2017-05-04 Thread Ross Finlayson
> And this is where I'm stuck. SPS, PPS, VPS NAL units are apparently > mandatory, not just for ffplay, but also for MPC, and VLC, and also for my > own NvCodec based decoder. I never wrote them into my files, and no program > ever complained about it. The files I'm writing from within the serve

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

2017-05-04 Thread Roland Aigner
lto:live-devel-boun...@ns.live555.com] Im Auftrag von Ross Finlayson Gesendet: Donnerstag, 4. Mai 2017 14:50 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] Broken data when streaming HEVC video > I read your reply as "this is the proper way to do it". Why

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

2017-05-04 Thread Ross Finlayson
> I read your reply as "this is the proper way to do it". Why would you suggest > to increase the buffer size AND do slicing at the same time? I didn’t. Increasing the buffer size fixes your *immediate* problem. But the ultimate solution - if you ever want to stream to more than just ‘localhos

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

2017-05-04 Thread Roland Aigner
[mailto:live-devel-boun...@ns.live555.com] Im Auftrag von Ross Finlayson Gesendet: Donnerstag, 4. Mai 2017 13:45 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] Broken data when streaming HEVC video > Just to be clear: the buffer sizes I have to increase are the

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

2017-05-04 Thread Ross Finlayson
> Just to be clear: the buffer sizes I have to increase are the > OutPacketBuffer::maxSize on the server, prior to creating any RTPSinks, as > well as the size of my own, user-created buffer in the client, the one I'm > passing to FrameSource::getNextFrame in my MediaSink::continuePlaying > ove

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

2017-05-04 Thread Roland Aigner
10 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] Broken data when streaming HEVC video > "checker.265" is a short video of a checker pattern moving in diagonal, this > is the input video, streamed via live555MediaServer. See the screenshot >

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
-Original Message- From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, May 03, 2017 5:35 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Broken data when streaming HEVC video > In order to eliminate sources of e

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

2017-05-03 Thread Roland Aigner
liche Nachricht- Von: live-devel [mailto:live-devel-boun...@ns.live555.com] Im Auftrag von Roland Aigner Gesendet: Mittwoch, 3. Mai 2017 15:08 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] Broken data when streaming HEVC video I put it on my Dropbox [1], yo

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

2017-05-03 Thread Roland Aigner
35 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] Broken data when streaming HEVC video > 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 d

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,