CoyoteProd / libsumo.net

C# Open Source library to control Parrot's Jumping Minidrones
GNU Affero General Public License v3.0
15 stars 3 forks source link

Problem with video stream #4

Closed inf1981 closed 6 years ago

inf1981 commented 6 years ago

Hi again,

I checked out the new Version but I always get the stream disconnected. See log:

28.05.2018 18:06:49 Info : Add Capabilities: Jump 28.05.2018 18:06:49 Info : Starting Controller 28.05.2018 18:06:49 Info : Add Capabilities: Jump Sumo 192.168.2.1 is available 28.05.2018 18:06:52 Info : Connecting to Jumping sumo... 28.05.2018 18:06:52 Info : Connected to drone - Handshake completed with { "status": 0, "c2d_port": 54321, "arstream_fragment_size": 65000, "arstream_fragment_maximum_number": 4, "arstream_max_ack_interval": -1, "c2d_update_port": 51, "c2d_user_port": 21 } 28.05.2018 18:06:52 Info : [SumoSender] Thread Started 28.05.2018 18:06:52 Info : [SumoReceiver] Thread Started 28.05.2018 18:06:52 Info : Date updated to: 2018-05-28 28.05.2018 18:06:52 Info : Time updated to: T180652+0000 28.05.2018 18:06:52 Info : Keyboard Hook installed 28.05.2018 18:06:52 Info : [SumoDisplay] Thread Started 28.05.2018 18:06:52 Info : Piloting Thread Started 28.05.2018 18:06:52 Info : Keyboard Thread Started 28.05.2018 18:06:52 Warn : State of jump load changed: unloaded (1) 28.05.2018 18:06:52 Error : State about the jump motor problem: none (0) 28.05.2018 18:06:52 Info : Media streaming state is: started(1) 28.05.2018 18:06:52 Info : Media streaming state is: stopped(0) 28.05.2018 18:06:52 Info : Drone Name: JumpingSumo-w176542 28.05.2018 18:06:52 Info : Wifi Type:auto_2_4ghz Band:_2_4ghz Channel:2 28.05.2018 18:06:52 Error : [SumoReceiver] socket.recv() timed out with message : Die angegebene Umwandlung ist ungültig. 28.05.2018 18:06:52 Info : [SumoReceiver] Thread Stopped 28.05.2018 18:08:07 Info : Remove Capabilities: Jump

The stream gets killed immediatly, because of a conversion error it seams. Any ideas?

Thanks and regards Mathias

CoyoteProd commented 6 years ago

Hello Mathias, Be sure that your firewall is disabled... Seb

CoyoteProd commented 6 years ago

Maye its a cast problem... Compile in debug and see where its stop...


From: inf1981 notifications@github.com Sent: Monday, May 28, 2018 6:15:32 PM To: CoyoteProd/libsumo.net Cc: Subscribed Subject: [CoyoteProd/libsumo.net] Problem with video stream (#4)

Hi again,

I checked out the new Version but I always get the stream disconnected. See log:

28.05.2018 18:06:49 Info : Add Capabilities: Jump 28.05.2018 18:06:49 Info : Starting Controller 28.05.2018 18:06:49 Info : Add Capabilities: Jump Sumo 192.168.2.1 is available 28.05.2018 18:06:52 Info : Connecting to Jumping sumo... 28.05.2018 18:06:52 Info : Connected to drone - Handshake completed with { "status": 0, "c2d_port": 54321, "arstream_fragment_size": 65000, "arstream_fragment_maximum_number": 4, "arstream_max_ack_interval": -1, "c2d_update_port": 51, "c2d_user_port": 21 } 28.05.2018 18:06:52 Info : [SumoSender] Thread Started 28.05.2018 18:06:52 Info : [SumoReceiver] Thread Started 28.05.2018 18:06:52 Info : Date updated to: 2018-05-28 28.05.2018 18:06:52 Info : Time updated to: T180652+0000 28.05.2018 18:06:52 Info : Keyboard Hook installed 28.05.2018 18:06:52 Info : [SumoDisplay] Thread Started 28.05.2018 18:06:52 Info : Piloting Thread Started 28.05.2018 18:06:52 Info : Keyboard Thread Started 28.05.2018 18:06:52 Warn : State of jump load changed: unloaded (1) 28.05.2018 18:06:52 Error : State about the jump motor problem: none (0) 28.05.2018 18:06:52 Info : Media streaming state is: started(1) 28.05.2018 18:06:52 Info : Media streaming state is: stopped(0) 28.05.2018 18:06:52 Info : Drone Name: JumpingSumo-w176542 28.05.2018 18:06:52 Info : Wifi Type:auto_2_4ghz Band:_2_4ghz Channel:2 28.05.2018 18:06:52 Error : [SumoReceiver] socket.recv() timed out with message : Die angegebene Umwandlung ist ungültig. 28.05.2018 18:06:52 Info : [SumoReceiver] Thread Stopped 28.05.2018 18:08:07 Info : Remove Capabilities: Jump

The stream gets killed immediatly, because of a conversion error it seams. Any ideas?

Thanks and regards Mathias

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/CoyoteProd/libsumo.net/issues/4, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMyq7bLKHaczJApOW5r0ukD-Ve386z8cks5t3CKkgaJpZM4UQZUD.

CoyoteProd commented 6 years ago

Resolved in commit #39