could you make an API to change the UDP TP client IP address ?
http://pokit.etf.ba/upload/?pokitca4603 ... 9b687b.png
it would be usefull for remote control
Mac utility from Tepesoft
MacOS file manager for power users
Meet Kondor File Manager, a Finder alternative with dual-pane browsing, folder sync, archives, FTP, SFTP and WebDAV workflows.
Mac file manager · Finder alternative · dual-pane file manager for macOS
Search found 3 matches
- Mon Feb 11, 2008 12:50 pm
- Forum: Module / Plugin Programming
- Topic: New SDK functions ? What else do you need? for the next SDK
- Replies: 15
- Views: 174861
- Mon Feb 11, 2008 12:48 pm
- Forum: Bug Reports
- Topic: LAN streaming bug
- Replies: 1
- Views: 9560
LAN streaming bug
If you set the LAN streaming address to some computers IP address and the computer is not on the network (turned on) the picture freezes in dvb dream until you deactive the streaming or the computer gets online.
- Sun Feb 10, 2008 3:38 pm
- Forum: Module / Plugin Programming
- Topic: New SDK functions ? What else do you need? for the next SDK
- Replies: 15
- Views: 174861
hmm.. i think the MFC has problems(a conflict) with the name OnClose when including afxwin.h (and OnShow) i fixed it by using (adding before the void): extern "C" __declspec(dllexport) example: extern "C" __declspec(dllexport) int __stdcall OnClose () { return FALSE; } after that it works. I just ch...
