Hello everyone,
I'd like to push this thread a little, as I'm still having issues using Intel Quick Sync capabilities and the thread doesn't seem to be resolved.
I'm trying to stream a video from several cameras in a nature reserve around the Steinhuder Meer for a local NGO, preserving the unique wildlife. The cameras film ospreys, black and red milan and a kestrel pair in their nests, while breeding. The project has received a lot of public interest lately as it is actually showing the wildlife as it cannot be seen by visitors. So far my motivation and FYI the streams will be posted here
http://www.oessm.org/blog/?page_id=3105 when the summer seasons begins again, although the site is in german.
I set up a computer to serve the restreaming purpose. It is a Intel i7-3770K at 4700GHz on an Asrock Z77 Extreme4-M with 8GB DDR3 RAM (1600MHz). I'm running a Windows 7 Professional 64-bit, as Quick Sync was supposed to be supported for Windows in VLC. Otherwise it would habe been a nice Linux. Anyways, I have installed the 32-bit VLC 2.1.2 Rincewind and the Intel Media SDK 2013 RC2. And installed means for the later I just let the installer put the .dll somewhere and did not configure vlc, where to search for them. I also did not set any env-path variables, as I didn't find any documentation.
The error I'm receiving, when using venc=
qsv in a transcoding like
Code: Select all
:sout=#transcode{vcodec=h264,venc=qsv,scale=0.75,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{dst=239.255.255.255,port=5004,mux=ts,sap,name=StreamTest} :sout-keep
is
Code: Select all
[0976019c] qsv encoder error: No hardware implementation found and software mode disabled
[026d6e9c] stream_out_transcode stream out error: cannot find video encoder (module:qsv fourcc:h264). Take a look few lines earlier to see possible reason.
[026d6e9c] stream_out_transcode stream out error: cannot create video chain
[04bc357c] main decoder error: cannot create packetizer output (h264)
I obviously did not enable the software mode, as I interpret the flag as precisely stating not to use the hardware. I tried with software mode enabled, but the performance is poor as occuping 3 times more of the CPU.
I would be really grateful, if anybody could help me setup the hardware encoding.
pat