Hello,
thank you for your answer. I didn't know that stdout can be also diverted in Windows. But now the programme runs. ------------------------------------------------------------------------------------------------------ Paul Kreker Auszubildender zum Fachinformatiker für Anwendungsentwicklung Fraunhofer-Institut für Kommunikation, Informationsverarbeitung und Ergonomie (FKIE) Abteilung Sensordaten und Informationsfusion (SDF) Neuenahrer Str. 20 53343 Wachtberg Germany Fon: +49 228 9435 456 Email: [email protected] <mailto:[email protected]> Web: www.fgan.de <http://www.fgan.de/> ------------------------------------------------------------------------------------------------------ Diese E-Mail kann vertrauliche und/oder rechtlich geschützte Informationen enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese E-Mail. Das unerlaubte Kopieren, Verbreiten sowie die unbefugte Weitergabe dieser E-Mail, ihrer Anhänge und/oder deren jeweiliger Inhalte ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient or have received this e-mail in error please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of this e-mail, its attachments and/or the information contained therein is strictly forbidden. ________________________________ Von: [email protected] [mailto:[email protected]] Im Auftrag von Ross Finlayson Gesendet: Montag, 15. März 2010 23:33 An: LIVE555 Streaming Media - development & use Betreff: Re: [Live-devel] fseek failed (err 6) I am a trainee from Germany and I must write for my company a programme in which the picture of a camera is to be seen (This camera: http://www.level-one.de/levelone.php?page=prod&cat=7004&model=WCS-2030V3). Now my problem is that if I want to have with openRTSP-d 2-4-w 640-h 480-f 30 rtsp://192.168.0.99 / live.sdp a MP4 file these mistakes is indicated: QuickTimeFileSink:: setWord (): fseek failed (err 6). What do I make wrong? The problem is that the "-4" option tells "openRTSP" to output a file (in ".mp4" format) to 'stdout'. If you don't redirect 'stdout' to a file, then it will go to your console, which is a non-seekable file. To fix this, redirect 'stdout' to a file, by adding > foo.mp4 to the end of your command line. This will tell "openRTSP" to write to a file named "foo.mp4". -- Ross Finlayson Live Networks, Inc. http://www.live555.com/
<<image001.gif>>
_______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
