> 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
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
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
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
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.
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
>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
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
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