Search found 530 matches

by 9000h
Forum: minisatip
Topic: #17: open with O_CREAT in second argument needs 3 arguments
Replies: 1
Views: 2756


fd = open (/tmp/log, O_RDWR | O_CREAT);
should be
fd = open (/tmp/log, O_RDWR | O_CREAT, 0666);
by 9000h
Forum: minisatip
Topic: #16: SNR BER value ...
Replies: 5
Views: 5417

<t>I would like to suggest a small change <br/> I believe BER is not needed<br/> <br/> and propose to change the calc. to<br/> <br/> *strength = *strength >> 8;<br/> *snr = *snr >> 12;<br/> <br/> then it looks like this with my card<br/> get_signal took 144 ms for adapter 0 handle 9 (status: 1, ber:...
by 9000h
Forum: minisatip
Topic: #16: SNR BER value ...
Replies: 5
Views: 5417

the issue is most of the dvb drivers return values completely freestyle :-(
by 9000h
Forum: minisatip
Topic: #15: versions number issue
Replies: 2
Views: 3316

if (t->sys == SYS_DVBS || t->sys == SYS_DVBS2)
sprintf (dad, ver=1.1;src=%d;tuner=%d,%d,%d,%d,%d,%c,dvbs,,,,%d,;pids=,

DVB-S should have ver=1.0
DVB-T should have ver=1.1
DVB-C should have ver=1.2
by 9000h
Forum: minisatip
Topic: #15: versions number issue
Replies: 2
Views: 3316

<t>the DESCRIBE message is also not complete<br/> <br/> Example DESCRIBE Message<br/> Request><br/> DESCRIBE rtsp://192.168.178.57:554/ RTSP/1.0 CSeq:7<br/> Accept: application/sdp<br/> Connection:close<br/> Response><br/> RTSP/1.0 200 OK Content-Length:256 Content-Type:application/sdp Content-Base:...
by 9000h
Forum: minisatip
Topic: #14: SAT>IP Spec changes
Replies: 8
Views: 7040

<r>Hi there is a new Version as mentioned out at SES<br/> <br/> <URL url="http://www.satip.info/sites/satip/files/resource/satip_specification_release_notes_version_1_2_2.txt"><LINK_TEXT text="http://www.satip.info/sites/satip/files ... _1_2_2.txt">http://www.satip.info/sites/satip/files/resource/sa...
by 9000h
Forum: minisatip
Topic: #14: SAT>IP Spec changes
Replies: 8
Views: 7040

as the new version of the spec says, only devices implement multicast need to handle device ids
no I do not need this
by 9000h
Forum: minisatip
Topic: #14: SAT>IP Spec changes
Replies: 8
Views: 7040

there is no important need for the channel list, its more a nice to have jet.

maybe more interesting would be the streaming via http like the Telestar Digibit R1...
with this in mind the channel list url would make sense to me, every TV/APP could then used to watch very easy.
by 9000h
Forum: minisatip
Topic: #14: SAT>IP Spec changes
Replies: 8
Views: 7040

<r>so I did try with smplayer but it crashes at some point<br/> root@yavdr:/home/yavdr/satip/minisatip-master# gdb ./minisatip<br/> GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04<br/> Copyright (C) 2012 Free Software Foundation, Inc.<br/> License GPLv3+: GNU GPL version 3 or later <br/> ...
by 9000h
Forum: minisatip
Topic: #13: channel scan with Panasonic TV client did not work
Replies: 35
Views: 28907

<r>I did a quick test with my Pana TV and the client is not able to find channels, dvbviewer lite is working.<br/> <br/> [Thu Jan 15 18:12:30.564 2015]: ssdp_reply -> 192.168.178.124<br/> HTTP/1.1 200 OK<br/> CACHE-CONTROL: max-age=1800<br/> DATE: Thu Jan 15 18:12:30.564 2015<br/> EXT:<br/> LOCATION...