[Live-devel] TS thrashing
Ross Finlayson
finlayson at live555.com
Tue Mar 4 14:20:46 PST 2014
> So is there a way to have more buffering going on so at each fwrite call writes more than 188 bytes at a time to /dev/my_device ??
Yes, one solution would be to insert another pipe - between your modified "testH264VideoToTransportStream" code, and your output device.
I.e., modify your code again, changing "outputFileName" from "/dev/my_device" to "stdout".
Then run
./openRTSP -v rtsp://192.168.1.214/stream/profile1=u | ./yourModifiedTestH264VideoToTransportStreamApplication | cat - > /dev/my_device
(You could also try
./openRTSP -v rtsp://192.168.1.214/stream/profile1=u | ./yourModifiedTestH264VideoToTransportStreamApplication > /dev/my_device
but I don't think that will create a pipe.)
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140305/6ce25401/attachment.html>
More information about the live-devel
mailing list