Re: [rtmpd:5558] How to create an RTSP stream?

1,160 views
Skip to first unread message

C++ RTMP Server

unread,
Sep 11, 2012, 3:24:22 PM9/11/12
to c-rtmp...@googlegroups.com
Simple. Just uncomment the RTSP protocol acceptor from configuration file than:

To push into crtmpserver from outside via ANNOUNCE (NOT pulling the stream in):
ffmpeg -re -i /Volumes/Storage/media/mp4/tbs.mp4 \
-acodec libfaac -vcodec copy -f rtsp \
-metadata title=myStream \
rtsp://localhost:5544/canBeAnything.sdp

Now you can playback the stream like this:
rtmp://localhost/live/myStream
rtsp://localhost:5544/myStream


------
C++ RTMP Server
Web: http://www.rtmpd.com

On Sep 11, 2012, at 6:01 PM, avcoder <ffm...@gmail.com> wrote:

> I have the same question!
>
> How to publish a live RTSP stream to CRTMPServer? the CRTMPServer will act as a RTSP server, and accept 3rd RTSP client to connect it?
>
> Thanks
>
> On Friday, September 7, 2012 10:03:19 PM UTC+8, VirteX wrote:
> Hi. I'm pretty new to crtmp and I've done my first step in flash playingback in a web page an RTMP live stream sent by X-split to crtmp server.
> Now I got another goal: stream videos (mpeg or incoming live streams) in RTSP protocol. In other words, I would like crtmp act as RTSP server to connect to (ie via VLC used as a client)
> Google searching doesn't help and I really can't find any suggestion.
> Is it possible to do what I described above? How to do it? can anyone point me in the right direction?
>
> Thanks!!
> g
>
> You received this message because you are subscribed to "C++ RTMP Server" mailing list.
> To post to this group, send email to c-rtmp...@googlegroups.com
> To unsubscribe from this group, send email to
> c-rtmp-serve...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/c-rtmp-server?hl=en

avcoder

unread,
Sep 12, 2012, 1:28:32 AM9/12/12
to c-rtmp...@googlegroups.com

That's the magic, Thanks a lot.
Reply all
Reply to author
Forward
0 new messages