[erledigt] SocketException - udrec - mono - macosx

Digital Recording
antiben
Beiträge: 1
Registriert: Sonntag 6. August 2006, 10:42

[erledigt] SocketException - udrec - mono - macosx

Beitrag von antiben »

hi liebes tuxbox team :D

ich bekomme leider folgenden fehler beim versuch udrec auszuführen :/

Code: Alles auswählen

mono udrec.exe -host 192.168.0.4 -o pro7 -vp ff -ap 100 -ts -now     
11:11:26 to DBox: VIDEOTS 31341 16 0 1 va 0ff 100
11:11:26 from DBox: INFO: IP c0a80002 Port 31341
11:11:26 from DBox: PID va 1 ff 100

Unhandled Exception: System.Net.Sockets.SocketException: Not enough buffer space is available
  at System.Net.Sockets.Socket.SetSocketOption (SocketOptionLevel level, SocketOptionName name, Int32 opt_value) [0x00000] 
  at Record.UdpReceiver () [0x00000] 
11:11:26 to DBox: START
11:11:26 from DBox: INFO: UdpSender() - PID284 R0 W0
11:11:27 from DBox: INFO: DmxTSReader() - Pid 275232 0 0
11:11:42 stream data timeout
^C
versionen:
Mac OS X 10.4.7
MonoFramework 1.1.16.1
udrec 0.12q & udrec 0.13beta

kennt ihr diese exception ? ( not enough buffer space is available )
liegt es vllt. an mono? unter windoof gibst natürlich keine probs - lol

// edit
also es gibt da eine option *g* -urb
die default size ist für macosx wohl zu hoch. ( int UdpReceiveBufferSize = 1000000; )