Use VLC Library to make an HEVC Decoder Set-top-box
Posted: 05 May 2015 05:56
Hello everyone,
I am completely new to vlc libraries and development but have a project assigned to me by my company that fits really well with what VLC has to offer.
Basically I want to build and HEVC Set-top-box that receives an HEVC encoded Transport stream, uses the 3.0 VLC which includes the x.265 live decoding and output that through the HDMI interface to a TV set.
The 'box' I have in mind is something like this: http://www.amazon.com/Quantum-Fanless-W ... ds=mini+pc
It has everything I need I believe, Ethernet port for my input (TS over IP) enough processing power for 1080p streams and an output HDMI interface.
My questions is how can I go about doing this?
The simple way would be to just use VLC on the on-board windows 8 platform and decode the stream locally while displaying everything on this to the TV via HDMI. But this is a very unprofessional way to do it, and its not what is required by my company.
I would need something much more professional where the input and output is already configured on start-up of the box and all the end-user would need to do is plug and play the IP Input and HDMI output to a TV and have a stream on the television set being decode by the box using the VLC library.
So I'm guessing the best way to do it would be with Linux, somehow embedding the VLC decoder on it while having everything per-configured every time the unit is turned on.
Any help you can offer is greatly appreciated, I literally have no idea where to even start (haven't worked much with Linux either) so I'm very green at the moment
Thanks in advance!
I am completely new to vlc libraries and development but have a project assigned to me by my company that fits really well with what VLC has to offer.
Basically I want to build and HEVC Set-top-box that receives an HEVC encoded Transport stream, uses the 3.0 VLC which includes the x.265 live decoding and output that through the HDMI interface to a TV set.
The 'box' I have in mind is something like this: http://www.amazon.com/Quantum-Fanless-W ... ds=mini+pc
It has everything I need I believe, Ethernet port for my input (TS over IP) enough processing power for 1080p streams and an output HDMI interface.
My questions is how can I go about doing this?
The simple way would be to just use VLC on the on-board windows 8 platform and decode the stream locally while displaying everything on this to the TV via HDMI. But this is a very unprofessional way to do it, and its not what is required by my company.
I would need something much more professional where the input and output is already configured on start-up of the box and all the end-user would need to do is plug and play the IP Input and HDMI output to a TV and have a stream on the television set being decode by the box using the VLC library.
So I'm guessing the best way to do it would be with Linux, somehow embedding the VLC decoder on it while having everything per-configured every time the unit is turned on.
Any help you can offer is greatly appreciated, I literally have no idea where to even start (haven't worked much with Linux either) so I'm very green at the moment
Thanks in advance!