<div dir="ltr">Hey, if your still having issues i have a ceton usb installed and working with MythTV... Ron actually got me up and running. I would be glad to help. I didn&#39;t read all the way through the email chain, but i know the part I had problems with was I wasn&#39;t starting the infinitv service that gets installed with the driver. Are you starting that service? Let me know if you still need help or if you got it running, I am currently battling trying to get commercial cutting working myself.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Feb 18, 2013 at 8:01 PM, Ronald Frazier <span dir="ltr">&lt;<a href="mailto:ron@ronfrazier.net" target="_blank">ron@ronfrazier.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mon, Feb 18, 2013 at 8:25 PM, michael helmer &lt;<a href="mailto:micmizer@gmail.com">micmizer@gmail.com</a>&gt; wrote:<br>

&gt; Ronald,<br>
&gt;<br>
&gt; I am fairly certain that the USB drivers are installed correctly. I ran<br>
&gt; through the README and saw no errors. Not sure of anyway to confirm<br>
&gt; everything is fine?<br>
&gt;<br>
&gt; As for the VLC stuff I got this back from Ceton support &quot;try using vlc<br>
&gt; udp://@<a href="http://127.0.0.1:8000" target="_blank">127.0.0.1:8000</a>&quot; which did not work and I havent heard back from them<br>
&gt; since they made that suggestion.<br>
&gt;<br>
&gt; The last week and an half I have been messing around with using the network<br>
&gt; tuner configuration on a Windows MCE host and trying to share 3 tuners with<br>
&gt; MythTV. Unfortunately this does not work (for me). When using a network<br>
&gt; tuner configuration the local MCE host cannot even record on its own tuner!<br>
&gt; Im at a loss as a colleague of mine has this working and was following the<br>
&gt; same configuration.<br>
<br>
<br>
</div>In order to test RTP outside of myth, here&#39;s my suggestion. I just<br>
tested this with the PCIe version. I&#39;m not certain that this will be<br>
the same for the USB version, but it should be.<br>
<br>
1) First download the python client from here:<br>
<a href="http://cetoncorp.com/infinitv_support/linux_drivers/" target="_blank">http://cetoncorp.com/infinitv_support/linux_drivers/</a><br>
<br>
2) cd to the directory you unzipped it to, then run it as follow:<br>
<br>
python client.py -i &lt;local ip address&gt; -t &lt;tuner&gt; -c &lt;channel&gt;<br>
<br>
Tuner is tuner you want to use (0-3) and channel would be the cable<br>
channel you want to tune. The tricky part here is local ip address.<br>
Note that this is NOT the IP address of the ceton&#39;s web interface, but<br>
rather the ip address assigned to the ctn0 network interface (or for<br>
USB ceton, I think the interface is usb0 or something like that). If<br>
you do &quot; ifconfig ctn0&quot; (or &quot; ifconfig usb0&quot;), you can get the local<br>
IP. Also note, that if you have bridging enabled, ctn0/eth0 don&#39;t get<br>
an IP, so use the IP address for br0 instead<br>
<br>
Once that starts up, it should tell you something like MPEG data going<br>
to <a href="http://127.0.0.1:8000" target="_blank">127.0.0.1:8000</a> and OOB data going to <a href="http://127.0.0.1:8001" target="_blank">127.0.0.1:8001</a>.<br>
<br>
3) While that is still running, open up another terminal. Run the<br>
following command:<br>
<br>
netcat -l -s 127.0.0.1 -p 8000 -u &gt; rtp.mpg<br>
<br>
let that run for about 20 seconds and then Ctrl-C to end. You should<br>
now have an rtp.mpg file that is at least several MB in size.<br>
<br>
4) now play the video with mplayer:<br>
<br>
mplayer rtp.mpg<br>
<br>
<br>
<br>
If that works, then you can move on to trying to get myth configured.<br>
If it doesn&#39;t work, then either<br>
1) you have improperly installed the device (if you installed the USB<br>
drivers, and not the PCIe drivers, then I suspect this is unlikely)<br>
2) your cable card is not properly provisioned<br>
3) your cable company forgot tell you that you need a tuning adapter<br>
(but most cable companies don&#39;t need these)<br>
4) you have a defective device<br>
<br>