alm4096 / FFMPEG-Live555-H264-H265-Streamer

H264, H265 and more Encoder and Multicast/Unicast Streamer (example of how to use Live555 and FFMPEG)
100 stars 48 forks source link

get setup parameter from user #5

Closed ahmadi219 closed 8 years ago

ahmadi219 commented 8 years ago

Hi I want to get parameter like input device name, width, height and encoding type from user, So I create a form . in this project you use #define for encoding. How should I change code to set encoding type in run time ?

alm4096 commented 8 years ago

That isn't quite that easy at the moment. I'm not 100% sure how to do it myself. The main issue is that way I have coded the Live555 thread.

We are planning on removing the #defines in the future.

alm4096 commented 8 years ago

Code has been updated to fix this issue. Issue is now closed.