Hi Anyone tested if it possible to transform-transcode a live stream from rtmp- flash live stream on rtsp ?! so from rtmp://..../webcam on rtsp://.../webcam
Any tips, suggestions or experience ?! Thanks Eno -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: dimanche 4 mai 2008 13:30 To: [EMAIL PROTECTED] Subject: [Live-devel] Save WMV file from Windows Media Server via RTSP: Almost done. Hi, openRTSP can be used to save wmv stream on windows media server, with some tricks. The procedure is: /openRTSP rtsp://... -S 4 You must get the header of wmv file from SDP data first (pls refer to VLC source code). The recorded file like audio-x-asf/video-x-asf contains the data packets of the wmv file. However, just to splice the header and the video-x-asf together cannot get a decodable wmv file. (Maybe some server has different settings and you can succeed in doing so. At least, I have suffered enough doing that.) The most important trick here is that you should make the length of data packet equal to 1444 by stuffing some bytes to the end of it. I have just tested one file and seen the video displayed. I am not sure that the procedure proposed here works for most cases. Thank u, Ross. Your tools are very reliable. _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel __________ NOD32 3072 (20080503) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel