Avalpa Community http://www.avalpa.com/forum/ |
|
Missing packages in my DVB-T bundle http://www.avalpa.com/forum/viewtopic.php?f=19&t=237 |
Page 1 of 1 |
Author: | csete [ Tue Mar 18, 2014 11:57 pm ] |
Post subject: | Missing packages in my DVB-T bundle |
Greetings, I purchased a UT-100C / opencaster bundle last year and the device is working fine. The accompaning USB stick contains a bunch of windows applications and the linux SDK, but no opencaster ![]() I didn't relaly mind because I could get the opencaster sources from the Debian servers; however, as I understand now from another thread, the bundle should also include a tsrfsend application which is not included in the opencaster sources on Debian. Could I somehow get a copy of the tsrfsend application? Alex |
Author: | aventuri [ Thu Mar 20, 2014 4:25 pm ] |
Post subject: | Re: Missing packages in my DVB-T bundle |
hello, sorry for the mistake. Hides people were supposed to put the tsrfsend tool in their packaging. anyway i'll send you a PM with a web page for downloading it. bests andrea |
Author: | csete [ Fri Mar 21, 2014 1:14 am ] |
Post subject: | Re: Missing packages in my DVB-T bundle |
Hi Andrea, I have downloaded the packages, thanks! tsrfsend v1.0c works well with my device and driver v13.09.13.1 I found out about one thing, though. The g_ITEAPI_TxSendTSData() function seems to be non-blocking and it will return 0 if the TX buffer is full. Currently tsrfsend will exit if the return code is <= 0; however, a better strategy would be to wait some time and try again (like they do in the it950x_testkit_tx application): Code: rewrite_case: written = g_ITEAPI_TxSendTSData(write_buf, len, DevNo); if (written == 0) { /* TX buffer full; try again */ usleep(100); goto rewrite_case; } else if (written < 0) { perror("send(): error "); completed = 1; } else { packet_time += TS_PACKET_SIZE * 8; } In any case, thanks for this great package. It works very well on linux. |
Page 1 of 1 | All times are UTC + 1 hour [ DST ] |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |