Re: [Live-devel] waiting for SPS/PPS

2020-07-06 Thread Ross Finlayson
> On Jul 7, 2020, at 6:38 AM, Matthew Czarnek wrote: > > Ok, so I am now using openRTSP to receive the video, and it is creating the > video file ok, but when I actually go to play it.. no video plays. Make sure you rename your video file (from “openRTSP”) to have a “.h264” filename suffix.

Re: [Live-devel] waiting for SPS/PPS

2020-07-06 Thread Matthew Czarnek
Ok, so I am now using openRTSP to receive the video, and it is creating the video file ok, but when I actually go to play it.. no video plays. I tried VLC and MPV, is there an official video player you'd like me to use for testing playing them? I'm using a new version of live555, is it possible th

Re: [Live-devel] waiting for SPS/PPS

2020-07-06 Thread Matthew Czarnek
Hey Chris, sure I'll share how to do it now quickly. I got the CMake file working so that it creates a Visual Studio solution that allows you to compile openRTSP, could easily be changed to run other test programs. In order to run it with my own code, I then created my own class that subclassed Fr

Re: [Live-devel] waiting for SPS/PPS

2020-07-06 Thread Chris Paucar
Hi Matthew, I’m considering a VS Code setup for LIVE555. I’d be interested in what you come up with. Thanks, Chris On Mon, Jul 6, 2020 at 10:05 AM Matthew Czarnek wrote: > It appears Visual Studio does support Makefiles through the use of 'nmake' > but I don't believe (I could be wrong.. I'd l

Re: [Live-devel] waiting for SPS/PPS

2020-07-06 Thread Matthew Czarnek
It appears Visual Studio does support Makefiles through the use of 'nmake' but I don't believe (I could be wrong.. I'd love it if someone knew otherwise) that Visual Studio can be used to open the makefile as a project. However, it is possible to use CMake to do so. Which I personally find to be qu