Re: [Live-devel] What is the correct way to use OutPacketBuffer::increaseMaxSizeTo when fFrameSize > fMaxsize?

2020-07-13 Thread Matthew Czarnek
; > Sr. Software Scientist | CyberExtruder > > bsenft...@cyberextruder.com > > > > *From:* live-devel * On Behalf Of *Matthew > Czarnek > *Sent:* Monday, July 13, 2020 9:11 AM > *To:* LIVE555 Streaming Media - development & use < > live-de...@us.live555.com&g

Re: [Live-devel] What is the correct way to use OutPacketBuffer::increaseMaxSizeTo when fFrameSize > fMaxsize?

2020-07-13 Thread Matthew Czarnek
n’ variable, and so “doGetNextFrame()” shouldn’t change it > (and certainly shouldn’t increase it). > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > ___ > live-devel mailing list > live-devel@lists.liv

[Live-devel] What is the correct way to use OutPacketBuffer::increaseMaxSizeTo when fFrameSize > fMaxsize?

2020-07-10 Thread Matthew Czarnek
emcpy(fTo, new_byte_pointer, fMaxSize - offset); } else { memcpy(fTo, new_byte_pointer, fFrameSize - offset); } -- Matthew Czarnek ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

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

2020-07-08 Thread Matthew Czarnek
t 7:31 PM Ross Finlayson wrote: > > > > On Jul 8, 2020, at 6:38 AM, Matthew Czarnek > wrote: > > > > Good catch, you're right about those looking strange.. I don't think I > have been setting profile-level-id, I can't remember doing that anyway, how > w

Re: [Live-devel] new to Live555, seeking info and advice

2020-07-08 Thread Matthew Czarnek
ation and posted > their version?* > > > > *Q4: Lacking any open source infinitely looping RTSP servers, does anyone > here create and sell such a product? Anyone know of such a product?* > > > > Any answers or leads to information resources would be

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

2020-07-07 Thread Matthew Czarnek
h I will say, I love Visual Studio's debugger.. don't know anything on Linux that compares. Do you? -Matt On Mon, Jul 6, 2020 at 7:10 PM Ross Finlayson wrote: > > > > On Jul 7, 2020, at 6:38 AM, Matthew Czarnek > wrote: > > > > Ok, so I am now using openRTSP to

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

2020-07-06 Thread Matthew Czarnek
them to the video output file.) > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > ___ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > -- Matthew Czarnek (814) 421-6770 ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

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

2020-07-06 Thread Matthew Czarnek
p 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 love it if someone knew >>

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

2020-07-06 Thread Matthew Czarnek
t deadline at work. Windows support seems important to me. On Thu, Jul 2, 2020 at 6:00 PM Ross Finlayson wrote: > > > > On Jul 3, 2020, at 7:08 AM, Matthew Czarnek > wrote: > > > > Heads up, the build instructions found here don't work: > http://www.live555.com/liv

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

2020-07-02 Thread Matthew Czarnek
le.) > > > Ross Finlayson > Live Networks, Inc. > http://www.live555.com/ > > > ___________ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > -- Matthew Czarnek (814) 421-6770 ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] waiting for SPS/PPS

2020-07-01 Thread Matthew Czarnek
I'm having an interesting bug, I got Live555 working with a custom subclassed FramedSource, normally it's been working fine. However, it's part of a bigger project and I'm trying to get it to work on it's own too so I can test individual changes easier. It seems to be working fine but when I str

[Live-devel] How to send extra data linked to frames of a RTSP stream?

2020-05-11 Thread Matthew Czarnek
I would like to send some small pieces of data that is associated with a RTSP packet alongside the packet within the stream. I see that RTSP supports subtitles, is it possible to use subtitles to send information associated with a frame to the client? I'm seeing a few 15 year old posts about live5

Re: [Live-devel] Live555 bug report: Video freezes when playing backward and fPresentationTime is changed

2020-04-09 Thread Matthew Czarnek
My bad. I'm trying to send along the timestamp that the frame was originally recorded alongside the frame. Do you know of a way to do this? Is it possible to do this for an RTSP stream using a standard protocol? Maybe add a few bytes to the end of the frame which the video reader should ignore? Th

[Live-devel] Live555 bug report: Video freezes when playing backward and fPresentationTime is changed

2020-04-09 Thread Matthew Czarnek
I'm using a subclassed FramedSource to play a video, and I'm playing it forward normally and backward by skipping between I-frames. It works fine backwards until it loops around and start the video over again. At that point, and only if I'm setting the fPresentationTime to the PTS of the frames, t

[Live-devel] How to know when a RTSP stream is ready to play?

2020-03-27 Thread Matthew Czarnek
On my server, I'm calling this code to create a proxy Stream and add it to my session: ProxyServerMediaSession* proxyStream = ProxyServerMediaSession::createNew(*env, rtspServer, proxyURL, proxyStreamName); rtspServer->addServerMediaSession(proxyStream); Then I get the rtsp URL: char* proxyS

Re: [Live-devel] How to restrict stream from being viewed by more than one user?

2020-03-20 Thread Matthew Czarnek
_ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel > -- Matthew Czarnek (814) 421-6770 ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] How to restrict stream from being viewed by more than one user?

2020-03-19 Thread Matthew Czarnek
For my specific application, we would like to stream video over RTSP to a specific user. Because RTSP isn't encrypted, we would like to instead make sure that when a user requests a stream, using encrypted and secure methods, that once we deliver it, that they are the only one it is streamed to fro

Re: [Live-devel] [live555] Stream FFMPEG packets using subclassed OnDemandServerMediaSubsession

2020-02-26 Thread Matthew Czarnek
Thank you Ross! I did indeed need to set includeStartCodeInOutput to false. Otherwise, I was having a different problem, the video was getting through but looked like a jumbled mess, so I decided to double check that I was reading the frame correctly using using ffmpeg's av_write_frame.. turns out

[Live-devel] Stream FFMPEG packets using subclassed OnDemandServerMediaSubsession

2020-02-25 Thread Matthew Czarnek
I need to be able to have trick play over RTSP for Matroska files. It works in FFMPEG alone, but I cannot get it to stream it out over RTSP. Live555 also happens to be much more efficient than FFMPEG but seemed hard to manipulate individual frames, and that piece already works in FFMPEG. I have cr