Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

simple_player on Mac

tchristensen
Beginner
727 Views
I cannot get the simple_player to play anything visually. Surely that must be the expected output.
I start it using: ./simple_player ~/Movies/video.ts
I get the following output:
Audio Render : FILE WRITER
Video Render : NULL
-RenderFormat: RGB24
Stream Type : MPEG2T
Audio Render : FILE WRITERVideo Render : NULL-RenderFormat: RGB24
Stream Type : MPEG2T
...
The build usingbuild_ia32.sh worked perfectly and it does generate files if asked. I have tried -vsdl but video render is still NULL.
I'm using the simple_player from 7.0.4.034 on my OSX 10.6.7 and have usedm_ccompxe_2011.4.184 to install the IPP libraries.
Please advice
Thomas
Audio Render : FILE WRITERVideo Render : NULL-RenderFormat: RGB24Stream Type : MPEG2T
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
727 Views

Hi,

For 32 bit code, only the file writer render is upported (check the core/umc/include/umc_defs.h for supported reder for different plaftform). Possilly, you can use some tools to play back the decoded the raw data file.

Thanks,
Chao

0 Kudos
Reply