Search found 530 matches

by 9000h
Forum: minisatip
Topic: #19: small issue in last commit 24
Replies: 6
Views: 5916

<t>there seem also issues by fill_sockaddr<br/> I made extra LOG in fill_sockaddr before the check if host<br/> <br/> [Sun Jan 18 22:39:10.051 2015]: event on socket index 7 handle 16 type 5 (poll fd:16, revents=17)<br/> [Sun Jan 18 22:39:10.051 2015]: select_and_execute[7]: Error on socket 16 (sid:...
by 9000h
Forum: minisatip
Topic: #19: small issue in last commit 24
Replies: 6
Views: 5916

I did sent you a PM at http://forums.openpli.org please check
by 9000h
Forum: minisatip
Topic: #19: small issue in last commit 24
Replies: 6
Views: 5916

socketworks.c missing htonl in function fill_sockaddr

line 48
serv->sin_addr.s_addr = htonl(INADDR_ANY);
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

<r>as we know VDR satip plugin and dvbviewer/DD-TV is working VLC is not unfortunatly<br/> <br/> here are a log<br/> Starting minisatip version 0.1.3, dvbapi version: 0504<br/> [Sun Jan 18 19:20:12.000 2015]: New UDP socket 3 bound to 0.0.0.0:1900<br/> [Sun Jan 18 19:20:12.001 2015]: setting multica...
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

<r>I did also try to use smplayer on Linux (the same request) but did also not work<br/> smplayer ffmpeg://rtsp://192.168.178.133:554/?freq=338.000&msys=dvbc&sr=6900&mtype=256qam&pids=0,100,101,104,102,103,106<br/> <br/> ./minisatip -l -l -l -f<br/> Starting minisatip version 0.1.3, ...
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

<t>I will test this evening.<br/> <br/> >2) Changing VLC to use rtsp over udp still did not play since it expects the DESCRIBE to contain i>nformation that is not in satip specification<br/> <br/> all the SAT>IP servers I have seen did it implement (octonet,Telebit R1) as its very handy to use on th...
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

<t>I try a bit, if I start VLC with<br/> rtsp://192.168.178.101:554/stream=0?freq=12188&sr=27500&pol=h&msys=dvbs&pids=0,44,163,104,106<br/> it hangs in a strange loop on my MAC but from a sniff I saw a SETUP sequence<br/> SETUP rtsp://192.168.178.101:554/?src=1&freq=12188&sr=...
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

<t>here are the rtsp<br/> No. Time Source Destination Protocol Length Info<br/> 8 1.693412000 192.168.178.130 192.168.178.101 RTSP 255 OPTIONS rtsp://192.168.178.101:554/?src=1&freq=12188&sr=27500&pol=h&msys=dvbs&pids=0,44,163,104,106 RTSP/1.0<br/> <br/> Frame 8: 255 bytes on wir...
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

<t>ok I got one step ahead there is something missing in DESCRIBE<br/> <br/> when I add<br/> http_response (s->sock, RTSP, 200, Content-Base: rtsp://192.168.178.101/, sbuf, cseq, 0);<br/> <br/> then it plays a bit, after around minute the socket get closed and then get openend again and again<br/> l...
by 9000h
Forum: minisatip
Topic: #18: VLC did not play
Replies: 11
Views: 10026

did test rtsp and http yesterday and look good now VLC seems to be happy