[03:09] *** TeLLuS has quit IRC (Ping timeout: 264 seconds) [07:30] <drozdziak1> Hello, could you recommend me a USB DVB-C and DVB-T capable tuner? My key area of interest is transport stream sniffing. Does that affect what I should choose in any way? [07:31] <drozdziak1> (I seek Linux compatibility, too, of course) [07:40] <drozdziak1> Anyone, please? [11:01] <drozdziak1> Is there free of charge software that can generate DSM-CC carousels in *.ts files? [11:04] <drozdziak1> I've seen dsmcc-mhp-tools, but I can't compile it since the newest changes come from 9 years ago and the dependencies from back then are incompatible. [11:05] <stuartm> drozdziak1: doesn't matter what hardware you choose if you want to look at the stream, almost every device will return the full transport stream unfiltered - there are some exceptions but they are few in number and I can't give a list [11:05] <drozdziak1> stuartm Yes, I realized that after a bit of further research [11:05] <stuartm> drozdziak1: just to be clear, you want to create a DSM-CC carousel, not parse one in an existing file? [11:07] <drozdziak1> Both options would be ideal, but for now I need to *generate* carousels [11:10] <drozdziak1> stuartm [11:11] <stuartm> ok, less familiar with options for generating [11:11] <drozdziak1> stuartm How about extracting files from *.ts'es? Can dvbsnoop do that, by chance? [11:14] <stuartm> good question, I don't think it can, I've never seen that functionality but maybe it's an option in a more recent release [11:15] <drozdziak1> I found something that could work, will check if it builds in a moment http://libdsmcc.sourceforge.net/ [11:15] <stuartm> right, I was going to point to that [11:15] <drozdziak1> Oh, last modified in 2014, looks promising [11:16] <stuartm> another option is the dsmcc library which ships with MythTV, it also has an MHEG parsing and rendering library [11:17] <stuartm> I'm not sure if the author also made it available as a standalone - depending on your needs and resources, it might be worth a look [11:18] <stuartm> if this is just personal research then it's probably not worth the effort of extracting that library from the application, but if this is for a commercial product then it's probably a different story [11:26] <drozdziak1> stuartm I was assigned an R&D task for DSM-CC file serving options [11:31] <stuartm> ok, maybe worth a look, I'm not sure how it compares to libdsmcc but it's actively used with real broadcast content by thousands in several countries (for MHEG) so it's both actively maintained and is pretty solid [11:35] <drozdziak1> stuartm Ah, it libdsmcc compiles only to *.a without actual example of using this lib. [11:36] <drozdziak1> s/it //gc [11:36] <stuartm> working examples are probably slim on the ground, it's a relatively niche field [11:40] <drozdziak1> stuartm Huh, dsmcc bits in MythTV derive from libdsmcc [12:31] <drozdziak1> Is there any sample DSM-CC *.ts available for download? [13:22] *** kierank has quit IRC (*.net *.split) [15:58] *** Tex_Nick has left "In Linux, We Trust" [19:07] <superkolaideris> Hello everyone! [19:08] <superkolaideris> I have a question, Hauppauge DualHD [19:08] <superkolaideris> will it be supported by vl4? [19:09] <superkolaideris> dvb-t/t2/c version [19:25] <Tex_Nick> superkolaideris: couple weeks ago i purchased a hauppauge hvr-1955 tv tuner, fm radio & vid capture usb box, their solution for linux is to patch either a 3.16 or 3.19 kernel, i'm kinda less than happy about that lol [19:27] <merbanan> superkolaideris: [PATCH] em28xx: add support for Hauppauge WinTV-dualHD DVB tuner might be what you need [19:27] <merbanan> posted yesterday [19:31] <superkolaideris> I've try'ed to build from git couple hours ago and it didn't worked [19:32] <superkolaideris> maybe i had to use some kinda development version? [19:33] *** Tex_Nick has left "In Linux, We Trust" [19:33] <merbanan> superkolaideris: the patch was posted yesterday [19:37] <merbanan> superkolaideris: https://patchwork.linuxtv.org/patch/33811/ [19:41] <superkolaideris> merbanan: I'm new to these things, this patch waits for some kind of approval? [19:41] <merbanan> superkolaideris: yes, it is awaiting review, you can apply the patch to test and see if it is working [19:43] <superkolaideris> merbanan: that would be great, where should I apply? [19:44] <superkolaideris> merbanan: Oh, u mean apply the patch [19:44] <merbanan> superkolaideris: download the driver git tree, download the patch, compile the drivers, install them, test them [19:44] <merbanan> yes that was what I meant [19:44] <_rad> How do I propose a patch? [19:44] <merbanan> _rad: send it to the mailing list [19:45] <_rad> merbanan: whats the format? Just paste a git diff? [19:46] <merbanan> http://www.linuxtv.org/wiki/index.php/Development:_How_to_submit_patches [19:46] <_rad> doh :) [19:46] <_rad> thanks [19:46] <merbanan> this is hopefully correct [19:46] <_rad> somehow i didnt find it [19:48] <superkolaideris> merbanan: thank you:) [19:49] <merbanan> superkolaideris: if it works or not please respond to the mail [19:49] <_rad> merbanan: um, cant seem to run "make checkpatch" [19:50] <_rad> is that in the media tree? [19:50] <superkolaideris> merbanan: will do that [19:50] <merbanan> _rad: should be, otherwise run the checkpatch script manually [19:52] <_rad> merbanan: i see that it's used in the entire kernel tree, so it's a kernel thing... I'll figure it out [19:52] <_rad> thanks [20:11] *** awalls1 has left [21:57] <_rad> what is the deal with git replacing @ with <at> and breaking send-email function? [21:57] <_rad> is there a way around it? [21:58] <_rad> or am i doing something wrong?