Hello
Thanks for your help
Attached is the log file:
I didn't mentioned before but I'm using Windows 10, 64 bit, and c#, WinForms at Visual Studio 2015, .Net Framework 4.5.2.
I did a few test (more than 5) and get the following results for all of them:
Start my program and initialize libvlc to start listent to rtp input.
Wait 5 seconds and start send rtp audio streem from another PC.
Stop the transmitting PC after a period of time - three minutes at the test that the attached log is belong to.
My program keep running and listening to input rtp stream but no one send data to it now.
after 16 seconds from stopping the transmitting PC, two "thread exited" messages added to the log:
The thread 0x33dc has exited with code 0 (0x0).
The thread 0x2424 has exited with code 0 (0x0).
After 1:37 minutes from stopping the transmitting PC there was about one second of playing musing in the speakers - nothing in the log.
After 2:49 minutes from stopping the transmitting PC another "thread exited" messages added to the log:
The thread 0x1a64 has exited with code 0 (0x0).
* This "thread exited" message appears only in the test that the transmitting PC plays more than 1:30 minutes (I make few test with minute and a half of playing and this "thread exited" message didn't appear).
After 3:17 minutes from stopping the transmitting PC there was another second of playing musing in the speakers - nothing in the log.
After 4:55 minutes from stopping the transmitting PC there was another second of playing musing in the speakers - nothing in the log.
After 6:33 minutes from stopping the transmitting PC there was another second of playing musing in the speakers - nothing in the log.
Please notice that in all of the tests, all of the above events happened in the exact same times (in all test 16 seconds for two ""thread exited" messages, and music always played at 1:37, 3:17, 4:55 etc.).
I think that in each time of the above events, the same part of music was played (different music at each test of course).
In some test there were only "ticks" in the speakers (in the exact same times as described above) and not playing music.
Any help will be appreciated
Thanks a lot
Roy