Re: [Live-devel] TS thrashing

2014-03-04 Thread Ross Finlayson
> 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 cod

[Live-devel] TS thrashing

2014-03-04 Thread Umar Qureshey
Hello, I have modified the testH264VideoToTransportStream.cpp program by simply replacing inputFileName to "stdin" and outputFileName to "/dev/my_device". /dev/my_device is a Linux device driver that transports the TS data to the streaming hardware. Then I run the following command line: ./op