Hello,

Thank you for your response.

I installed Live555 as discribed in your response but i need a commade ligne wich allow me to convert live streaming from multiple cameras : i have RTSP_Stream and a client who need mpegts stream format.

The need that we have somthing like this for example : OpenRTSP <RTSP_STREM_FROM_CAMERA_SERVER> Convert_RTSP_STREM_TO_TS <Client_RTP_ADDRESS_:_CLIENT_PORT>

Can i do this with live555 tools?

Many thanks in advance

Regards
Ismail


Le 18/02/2016 21:00, live-devel-requ...@ns.live555.com a écrit :
Send live-devel mailing list submissions to
        live-devel@lists.live555.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.live555.com/mailman/listinfo/live-devel
or, via email, send a message with subject or body 'help' to
        live-devel-requ...@lists.live555.com

You can reach the person managing the list at
        live-devel-ow...@lists.live555.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of live-devel digest..."


Today's Topics:

    1. Re: confirm 56b8e00f9eb692a29cb67a0ae842f331edeab764
       (Ross Finlayson)


----------------------------------------------------------------------

Message: 1
Date: Thu, 18 Feb 2016 11:14:28 -0800
From: Ross Finlayson <finlay...@live555.com>
To: LIVE555 Streaming Media - development & use
        <live-de...@ns.live555.com>
Subject: Re: [Live-devel] confirm
        56b8e00f9eb692a29cb67a0ae842f331edeab764
Message-ID: <684c78d9-46d6-4c0c-922c-1df6f0832...@live555.com>
Content-Type: text/plain; charset=utf-8

(In the future, please put a proper ?Subject:? on your emails.)

Sorry, but neither ?ffmpeg? nor ?vclc? is our software, so we can?t help you 
with either of those.  We can help you only with our ?LIVE555 Streaming Media? 
software.

However, if your goal is to read a H.264 video stream from a RTSP/RTP source, 
and convert this to a MPEG Transport Stream (without any decoding/re-encoding 
of the H.264 video), then you can do this using our ?test programs?, without 
using any ?3rd party? software:

1/ Make sure that you have the latest version of the ?LIVE555 Streaming Media? 
code; see:
        http://live555.com/liveMedia/faq.html#latest-version

2/ Build the code, as described here:
        http://live555.com/liveMedia/

3/ Build the ?openRTSP? RTSP client application; see
        http://live555.com/openRTSP/

4/ Run
        openRTSP 
'rtsp://Camera_SERVER_ADRESS:PORT/HdSdiStreaming/2?videoCodecType=H.264'

This should give you a ?raw? H.264 video file (with a name starting with ?VIDEO-?).  
Rename this file to "in.264?.

5/ Run
        testH264VideoToTransportStream
  (?testH264VideoToTransportStream? is another of our demonstration 
applications; it is found (along with ?openRTSP?) in the ?testProgs? directory.)

This should give you a MPEG Transport Stream file, named ?out.ts?.

6/ If you wish to stream this file (via IP multicast), then you can do so using 
the ?testMPEG2TransportStreamer? application (also in ?testProgs?).  (You will 
have to rename the file to ?test.ts? first.)  You can also - if you wish - 
stream the Transport Stream file via RTSP, using our ?LIVE555 Media Server? 
application:
        http://live555.com/mediaServer/


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/




------------------------------

Subject: Digest Footer

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


------------------------------

End of live-devel Digest, Vol 147, Issue 12
*******************************************

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to