i am processing mpeg2(TS) data online as output of TBS card DVB Receiver,i have TS buffers and wanna play them buffer by buffer ,all of player components C++ source code that i checked ,have needed a string as a file name (playing a file),my problem is,how can i play processed buffers one by one??? (i am programming in VC++ ,have dedicated one thread for processing and one another for playing processed buffers.)
Asked
Active
Viewed 184 times
0
-
Can you show some of the relevant code so we can see the direction you have been trying? – rfornal Jan 13 '15 at 13:31
-
i have checked the question "process video stream from memory buffer ",but it didn't work out. – mrezvanee Jan 13 '15 at 13:38
-
for example i use ffmpeg or solution like using directshow ,they all need a string as a file name for start (the open function) and then do rendering and other stuff for playing. – mrezvanee Jan 13 '15 at 13:43
-
http://stackoverflow.com/questions/5237175/process-video-stream-from-memory-buffer/10918972#10918972 – mrezvanee Jan 13 '15 at 13:46
-
would you please guide me to a solution?? – mrezvanee Jan 14 '15 at 14:11
-
Question is too broad: what do you mean by playing "buffer by buffer" ? What is a "processed buffer" Can you show the code you have so far ? – n0p Feb 13 '15 at 08:45