Re: [Live-devel] mp4 streaming in live555

2015-07-28 Thread Ross Finlayson
> char const* inputFileName = "myfilename.mp4"; > A “.mp4” file is *not* a MPEG-4 Video Elementary Stream file. (Instead, it is a ‘container’ file that can contain both video (not necessarily MPEG-4) and audio.) We do not support streaming from “.mp4” files. (Unfortunately, we’ve pro

[Live-devel] mp4 streaming in live555

2015-07-28 Thread Krishna Kumar K B
Title: Samsung Enterprise Portal mySingle Hi Ross, I am able to stream mp3 files using live555MediaServer. Now I want to stream mp4 file, I have given a try with testMPEG4VideoStreamer executable. I have modified inputFileName as below #include "liveMedia.hh"#include "BasicU

Re: [Live-devel] mp4 streaming

2008-09-26 Thread Ross Finlayson
How do I stream mp4 files. I am using live555mediaserver. It depends what you mean by "mp4 file". If you mean a "MPEG-4 Elementary Stream video" file, then yes, our "live555MediaServer" can stream this already, but the filename suffix must be ".m4e'. Similarly, we can stream a MPEG-4 audi

[Live-devel] mp4 streaming

2008-09-26 Thread Anoop P.A.
Hi all, How do I stream mp4 files. I am using live555mediaserver. Do I want to download any other server to stream mp4 ?. Thanks Anoop ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] MP4 Streaming

2008-05-07 Thread Yamini S. [EPLX - DCC]
CTED] On Behalf Of Jayant Chauhan Sent: Thursday, May 08, 2008 11:53 AM To: [EMAIL PROTECTED] Subject: [Live-devel] MP4 Streaming Hey, I am new to RTSP and streaming as such. After going through some stuff, I realized that to support seeking in a streaming server/client setup, we need to use RTSP.

[Live-devel] MP4 Streaming

2008-05-07 Thread Jayant Chauhan
Hey, I am new to RTSP and streaming as such. After going through some stuff, I realized that to support seeking in a streaming server/client setup, we need to use RTSP. So for that livemedia (live555) seems to be the best place to start with right? Now for my query, I am using Darwin Streaming Se

Re: [Live-devel] MP4 streaming implementation in LIVE555 codebase

2008-02-13 Thread Ross Finlayson
>Content-class: urn:content-classes:message >Content-Type: multipart/alternative; > boundary="_=_NextPart_001_01C86E4B.3B145C33" > >Hi Ross, > >We are planning to implement MP4 streaming in server side in LIVE555 >code base with the help of libmp4 library. We have the following >clarifi

[Live-devel] MP4 streaming implementation in LIVE555 codebase

2008-02-13 Thread Mallikharjuna Reddy
Hi Ross, We are planning to implement MP4 streaming in server side in LIVE555 code base with the help of libmp4 library. We have the following clarifications: 1. We are planning to create a separate class called MP4VideoStreamParser which is derived from MPEGVideoStreamParser. This cl

[Live-devel] mp4 streaming from LIVE555 media server

2008-01-31 Thread Nitin Jain
Hi all, Presently LIVE media server does not support mp4 file streaming .But for our project we want this feature .We need to add mp4 demultiplxer code in the server. to be able to stream mp4 files. Where in the LIVE codebase do we need to add this functionality? Please suggest what would be