All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tolga Cakir <tolga@cevel.net>
To: linux-media@vger.kernel.org
Subject: Support for Elgato Game Capture HD / MStar MST3367CMK
Date: Fri, 09 May 2014 03:48:51 +0200	[thread overview]
Message-ID: <536C3403.8010402@cevel.net> (raw)

Hello everyone!

Over the past weeks, I've been busy capturing USB packets between the 
Elgato Game Capture HD and my PC. It's using the MStar MST3367CMK chip, 
which seems to have proprietary Linux support available only for 
hardware vendors in form of an SDK. Problem is, that this SDK is 
strictly kept under an NDA, making it kinda impossible for us to get our 
hands on.

So, I got my hands dirty and have found some very good stuff! First of 
all, in contrast to many sources, the Elgato Game Capture HD outputs 
compressed video and audio via USB! It's already encoded, so there is no 
need for reencoding, this will save CPU power. For testing purposes, 
I've only tried capturing 720p data for now, but this should be more 
than enough.

Basically, we need to read raw USB traffic, write an MPEG-TS file 
header, put in the raw USB data and close the file. I'm not super 
experienced in C / kernel development (especially V4L), but I'll give my 
best to get this project forward. My next step is getting a prototype 
working with libusb in userland; after that's done, I'll try porting it 
over to kernel / V4L.

Project page can be found here:
https://github.com/tolga9009/elgato-gchd

USB logs and docs:
v1.0 as 7zip: https://docs.google.com/file/d/0B29z6-xPIPLEQVBMTWZHbUswYjg
v1.0 as rar: https://docs.google.com/file/d/0B29z6-xPIPLEcENMWnh1MklPdTQ
v1.0 as zip: https://docs.google.com/file/d/0B29z6-xPIPLEQWtibWk3T3AtVjA

Is anyone interested in getting involved / taking over? Overall, it 
seems doable and not too complex. I'd be happy about any help! Also, if 
you need more information, just ask me. I'll provide you everything I 
have about this little device.

Cheers,
Tolga Cakir

             reply	other threads:[~2014-05-09  1:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-09  1:48 Tolga Cakir [this message]
2014-05-09 12:38 ` Support for Elgato Game Capture HD / MStar MST3367CMK Steven Toth
2014-12-22 21:07   ` Tolga Cakir
2014-12-22 23:42     ` Steven Toth
2016-01-03 18:26       ` Elgato Game Capture HD on Linux Tolga Cakir

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=536C3403.8010402@cevel.net \
    --to=tolga@cevel.net \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.