Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming

2024-11-06 Thread Ross Finlayson
> On Nov 7, 2024, at 4:42 PM, Trivedi, Rushina via live-devel > wrote: > >> From http://www.live555.com/mediaServer/ , It is known that we can not play >> .mp4 format files through LIVE555 Media Server. So, Is there any other way >> in live555 through which we can playback .mp4 file? No, bu

Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming

2024-11-06 Thread Trivedi, Rushina via live-devel
ginal Message- From: Trivedi, Rushina Sent: Wednesday, October 23, 2024 9:42 AM To: LIVE555 Streaming Media - development & use Subject: RE: [Live-devel] [External] Re: Encoded data to live555 library for live streaming Hi Ross, Thanks for your suggestion. We don't know the buffer pointer

Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming

2024-10-23 Thread Ross Finlayson
> On Oct 23, 2024, at 12:12 PM, Trivedi, Rushina via live-devel > wrote: > > Please let us know on which separate email ID we can contact you finlay...@live555.com Ross. ___ live-devel mailing list live-devel@lists.live555.com http://list

Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming

2024-10-22 Thread Trivedi, Rushina via live-devel
f Of Ross Finlayson Sent: Tuesday, October 22, 2024 9:14 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming > On Oct 22, 2024, at 7:54 PM, Trivedi, Rushina via live-devel > wrote: > > But whe

Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming

2024-10-22 Thread Ross Finlayson
> On Oct 22, 2024, at 7:54 PM, Trivedi, Rushina via live-devel > wrote: > > But when creating subsession for live streaming , I don't have encoded data > buffer and its length. So I just pass env and reuseFirstSource as below. > > sms->addSubsession(H264LiveServerMediaSubsession::createNew(e

Re: [Live-devel] [External] Re: Encoded data to live555 library for live streaming

2024-10-22 Thread Trivedi, Rushina via live-devel
--- Begin Message --- Hi Ross, In case of file play, We have file name and file so we can pass that when adding subsession as below. sms->addSubsession( H264VideoFileServerMediaSubsession ::createNew(*env, inputFileName, reuseFirstSource)); But when creating subsession for live streaming , I