win-dshow.cpp 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696
  1. #include <objbase.h>
  2. #include <obs-module.h>
  3. #include <obs.hpp>
  4. #include <util/dstr.hpp>
  5. #include <util/platform.h>
  6. #include <util/windows/WinHandle.hpp>
  7. #include <util/threading.h>
  8. #include "libdshowcapture/dshowcapture.hpp"
  9. #include "ffmpeg-decode.h"
  10. #include "encode-dstr.hpp"
  11. #include <algorithm>
  12. #include <limits>
  13. #include <set>
  14. #include <string>
  15. #include <vector>
  16. /*
  17. * TODO:
  18. * - handle disconnections and reconnections
  19. * - if device not present, wait for device to be plugged in
  20. */
  21. #undef min
  22. #undef max
  23. using namespace std;
  24. using namespace DShow;
  25. /* settings defines that will cause errors if there are typos */
  26. #define VIDEO_DEVICE_ID "video_device_id"
  27. #define RES_TYPE "res_type"
  28. #define RESOLUTION "resolution"
  29. #define FRAME_INTERVAL "frame_interval"
  30. #define VIDEO_FORMAT "video_format"
  31. #define LAST_VIDEO_DEV_ID "last_video_device_id"
  32. #define LAST_RESOLUTION "last_resolution"
  33. #define BUFFERING_VAL "buffering"
  34. #define USE_CUSTOM_AUDIO "use_custom_audio_device"
  35. #define AUDIO_DEVICE_ID "audio_device_id"
  36. #define TEXT_INPUT_NAME obs_module_text("VideoCaptureDevice")
  37. #define TEXT_DEVICE obs_module_text("Device")
  38. #define TEXT_CONFIG_VIDEO obs_module_text("ConfigureVideo")
  39. #define TEXT_CONFIG_XBAR obs_module_text("ConfigureCrossbar")
  40. #define TEXT_RES_FPS_TYPE obs_module_text("ResFPSType")
  41. #define TEXT_CUSTOM_RES obs_module_text("ResFPSType.Custom")
  42. #define TEXT_PREFERRED_RES obs_module_text("ResFPSType.DevPreferred")
  43. #define TEXT_FPS_MATCHING obs_module_text("FPS.Matching")
  44. #define TEXT_FPS_HIGHEST obs_module_text("FPS.Highest")
  45. #define TEXT_RESOLUTION obs_module_text("Resolution")
  46. #define TEXT_VIDEO_FORMAT obs_module_text("VideoFormat")
  47. #define TEXT_FORMAT_UNKNOWN obs_module_text("VideoFormat.Unknown")
  48. #define TEXT_BUFFERING obs_module_text("Buffering")
  49. #define TEXT_BUFFERING_AUTO obs_module_text("Buffering.AutoDetect")
  50. #define TEXT_BUFFERING_ON obs_module_text("Buffering.Enable")
  51. #define TEXT_BUFFERING_OFF obs_module_text("Buffering.Disable")
  52. #define TEXT_CUSTOM_AUDIO obs_module_text("UseCustomAudioDevice")
  53. #define TEXT_AUDIO_DEVICE obs_module_text("AudioDevice")
  54. #define TEXT_ACTIVATE obs_module_text("Activate")
  55. #define TEXT_DEACTIVATE obs_module_text("Deactivate")
  56. enum ResType {
  57. ResType_Preferred,
  58. ResType_Custom
  59. };
  60. enum class BufferingType : int64_t {
  61. Auto,
  62. On,
  63. Off
  64. };
  65. void ffmpeg_log(void *bla, int level, const char *msg, va_list args)
  66. {
  67. DStr str;
  68. if (level == AV_LOG_WARNING)
  69. dstr_copy(str, "warning: ");
  70. else if (level == AV_LOG_ERROR)
  71. dstr_copy(str, "error: ");
  72. else if (level < AV_LOG_ERROR)
  73. dstr_copy(str, "fatal: ");
  74. else
  75. return;
  76. dstr_cat(str, msg);
  77. if (dstr_end(str) == '\n')
  78. dstr_resize(str, str->len - 1);
  79. blogva(LOG_WARNING, str, args);
  80. av_log_default_callback(bla, level, msg, args);
  81. }
  82. class Decoder {
  83. struct ffmpeg_decode decode;
  84. public:
  85. inline Decoder() {memset(&decode, 0, sizeof(decode));}
  86. inline ~Decoder() {ffmpeg_decode_free(&decode);}
  87. inline operator ffmpeg_decode*() {return &decode;}
  88. };
  89. class CriticalSection {
  90. CRITICAL_SECTION mutex;
  91. public:
  92. inline CriticalSection() {InitializeCriticalSection(&mutex);}
  93. inline ~CriticalSection() {DeleteCriticalSection(&mutex);}
  94. inline operator CRITICAL_SECTION*() {return &mutex;}
  95. };
  96. class CriticalScope {
  97. CriticalSection &mutex;
  98. CriticalScope() = delete;
  99. CriticalScope& operator=(CriticalScope &cs) = delete;
  100. public:
  101. inline CriticalScope(CriticalSection &mutex_) : mutex(mutex_)
  102. {
  103. EnterCriticalSection(mutex);
  104. }
  105. inline ~CriticalScope()
  106. {
  107. LeaveCriticalSection(mutex);
  108. }
  109. };
  110. enum class Action {
  111. None,
  112. Activate,
  113. Deactivate,
  114. Shutdown,
  115. ConfigVideo,
  116. ConfigAudio,
  117. ConfigCrossbar1,
  118. ConfigCrossbar2,
  119. };
  120. static DWORD CALLBACK DShowThread(LPVOID ptr);
  121. struct DShowInput {
  122. obs_source_t *source;
  123. Device device;
  124. bool deviceHasAudio = false;
  125. bool active = false;
  126. Decoder audio_decoder;
  127. Decoder video_decoder;
  128. VideoConfig videoConfig;
  129. AudioConfig audioConfig;
  130. obs_source_frame frame;
  131. obs_source_audio audio;
  132. WinHandle semaphore;
  133. WinHandle thread;
  134. CriticalSection mutex;
  135. vector<Action> actions;
  136. inline void QueueAction(Action action)
  137. {
  138. CriticalScope scope(mutex);
  139. actions.push_back(action);
  140. ReleaseSemaphore(semaphore, 1, nullptr);
  141. }
  142. inline DShowInput(obs_source_t *source_, obs_data_t *settings)
  143. : source (source_),
  144. device (InitGraph::False)
  145. {
  146. memset(&audio, 0, sizeof(audio));
  147. memset(&frame, 0, sizeof(frame));
  148. av_log_set_level(AV_LOG_WARNING);
  149. av_log_set_callback(ffmpeg_log);
  150. semaphore = CreateSemaphore(nullptr, 0, 0x7FFFFFFF, nullptr);
  151. if (!semaphore)
  152. throw "Failed to create semaphore";
  153. thread = CreateThread(nullptr, 0, DShowThread, this, 0,
  154. nullptr);
  155. if (!thread)
  156. throw "Failed to create thread";
  157. if (obs_data_get_bool(settings, "active")) {
  158. QueueAction(Action::Activate);
  159. active = true;
  160. }
  161. }
  162. inline ~DShowInput()
  163. {
  164. {
  165. CriticalScope scope(mutex);
  166. actions.resize(1);
  167. actions[0] = Action::Shutdown;
  168. }
  169. ReleaseSemaphore(semaphore, 1, nullptr);
  170. WaitForSingleObject(thread, INFINITE);
  171. }
  172. void OnEncodedVideoData(enum AVCodecID id,
  173. unsigned char *data, size_t size, long long ts);
  174. void OnEncodedAudioData(enum AVCodecID id,
  175. unsigned char *data, size_t size, long long ts);
  176. void OnVideoData(const VideoConfig &config,
  177. unsigned char *data, size_t size,
  178. long long startTime, long long endTime);
  179. void OnAudioData(const AudioConfig &config,
  180. unsigned char *data, size_t size,
  181. long long startTime, long long endTime);
  182. bool UpdateVideoConfig(obs_data_t *settings);
  183. bool UpdateAudioConfig(obs_data_t *settings);
  184. void SetActive(bool active);
  185. inline void Activate(obs_data_t *settings);
  186. inline void Deactivate();
  187. inline void SetupBuffering(obs_data_t *settings);
  188. void DShowLoop();
  189. };
  190. static DWORD CALLBACK DShowThread(LPVOID ptr)
  191. {
  192. DShowInput *dshowInput = (DShowInput*)ptr;
  193. os_set_thread_name("win-dshow: DShowThread");
  194. CoInitialize(nullptr);
  195. dshowInput->DShowLoop();
  196. CoUninitialize();
  197. return 0;
  198. }
  199. static inline void ProcessMessages()
  200. {
  201. MSG msg;
  202. while (PeekMessage(&msg, nullptr, 0, 0, PM_REMOVE)) {
  203. TranslateMessage(&msg);
  204. DispatchMessage(&msg);
  205. }
  206. }
  207. /* Always keep directshow in a single thread for a given device */
  208. void DShowInput::DShowLoop()
  209. {
  210. while (true) {
  211. DWORD ret = MsgWaitForMultipleObjects(1, &semaphore, false,
  212. INFINITE, QS_ALLINPUT);
  213. if (ret == (WAIT_OBJECT_0 + 1)) {
  214. ProcessMessages();
  215. continue;
  216. } else if (ret != WAIT_OBJECT_0) {
  217. break;
  218. }
  219. Action action = Action::None;
  220. {
  221. CriticalScope scope(mutex);
  222. if (actions.size()) {
  223. action = actions.front();
  224. actions.erase(actions.begin());
  225. }
  226. }
  227. switch (action) {
  228. case Action::Activate:
  229. {
  230. obs_data_t *settings;
  231. settings = obs_source_get_settings(source);
  232. Activate(settings);
  233. obs_data_release(settings);
  234. break;
  235. }
  236. case Action::Deactivate:
  237. Deactivate();
  238. break;
  239. case Action::Shutdown:
  240. device.ShutdownGraph();
  241. return;
  242. case Action::ConfigVideo:
  243. device.OpenDialog(nullptr, DialogType::ConfigVideo);
  244. break;
  245. case Action::ConfigAudio:
  246. device.OpenDialog(nullptr, DialogType::ConfigAudio);
  247. break;
  248. case Action::ConfigCrossbar1:
  249. device.OpenDialog(nullptr, DialogType::ConfigCrossbar);
  250. break;
  251. case Action::ConfigCrossbar2:
  252. device.OpenDialog(nullptr, DialogType::ConfigCrossbar2);
  253. break;
  254. case Action::None:;
  255. }
  256. }
  257. }
  258. #define FPS_HIGHEST 0LL
  259. #define FPS_MATCHING -1LL
  260. template <typename T, typename U, typename V>
  261. static bool between(T &&lower, U &&value, V &&upper)
  262. {
  263. return value >= lower && value <= upper;
  264. }
  265. static bool ResolutionAvailable(const VideoInfo &cap, int cx, int cy)
  266. {
  267. return between(cap.minCX, cx, cap.maxCX) &&
  268. between(cap.minCY, cy, cap.maxCY);
  269. }
  270. #define DEVICE_INTERVAL_DIFF_LIMIT 20
  271. static bool FrameRateAvailable(const VideoInfo &cap, long long interval)
  272. {
  273. return interval == FPS_HIGHEST || interval == FPS_MATCHING ||
  274. between(cap.minInterval - DEVICE_INTERVAL_DIFF_LIMIT,
  275. interval,
  276. cap.maxInterval + DEVICE_INTERVAL_DIFF_LIMIT);
  277. }
  278. static long long FrameRateInterval(const VideoInfo &cap,
  279. long long desired_interval)
  280. {
  281. return desired_interval < cap.minInterval ?
  282. cap.minInterval :
  283. min(desired_interval, cap.maxInterval);
  284. }
  285. static inline video_format ConvertVideoFormat(VideoFormat format)
  286. {
  287. switch (format) {
  288. case VideoFormat::ARGB: return VIDEO_FORMAT_BGRA;
  289. case VideoFormat::XRGB: return VIDEO_FORMAT_BGRX;
  290. case VideoFormat::I420: return VIDEO_FORMAT_I420;
  291. case VideoFormat::YV12: return VIDEO_FORMAT_I420;
  292. case VideoFormat::NV12: return VIDEO_FORMAT_NV12;
  293. case VideoFormat::YVYU: return VIDEO_FORMAT_YVYU;
  294. case VideoFormat::YUY2: return VIDEO_FORMAT_YUY2;
  295. case VideoFormat::UYVY: return VIDEO_FORMAT_UYVY;
  296. case VideoFormat::HDYC: return VIDEO_FORMAT_UYVY;
  297. case VideoFormat::MJPEG: return VIDEO_FORMAT_YUY2;
  298. default: return VIDEO_FORMAT_NONE;
  299. }
  300. }
  301. static inline audio_format ConvertAudioFormat(AudioFormat format)
  302. {
  303. switch (format) {
  304. case AudioFormat::Wave16bit: return AUDIO_FORMAT_16BIT;
  305. case AudioFormat::WaveFloat: return AUDIO_FORMAT_FLOAT;
  306. default: return AUDIO_FORMAT_UNKNOWN;
  307. }
  308. }
  309. //#define LOG_ENCODED_VIDEO_TS 1
  310. //#define LOG_ENCODED_AUDIO_TS 1
  311. void DShowInput::OnEncodedVideoData(enum AVCodecID id,
  312. unsigned char *data, size_t size, long long ts)
  313. {
  314. if (!ffmpeg_decode_valid(video_decoder)) {
  315. if (ffmpeg_decode_init(video_decoder, id) < 0) {
  316. blog(LOG_WARNING, "Could not initialize video decoder");
  317. return;
  318. }
  319. }
  320. bool got_output;
  321. int len = ffmpeg_decode_video(video_decoder, data, size, &ts,
  322. &frame, &got_output);
  323. if (len < 0) {
  324. blog(LOG_WARNING, "Error decoding video");
  325. return;
  326. }
  327. if (got_output) {
  328. frame.timestamp = (uint64_t)ts * 100;
  329. #if LOG_ENCODED_VIDEO_TS
  330. blog(LOG_DEBUG, "video ts: %llu", frame.timestamp);
  331. #endif
  332. obs_source_output_video(source, &frame);
  333. }
  334. }
  335. void DShowInput::OnVideoData(const VideoConfig &config,
  336. unsigned char *data, size_t size,
  337. long long startTime, long long endTime)
  338. {
  339. if (videoConfig.format == VideoFormat::H264) {
  340. OnEncodedVideoData(AV_CODEC_ID_H264, data, size, startTime);
  341. return;
  342. }
  343. const int cx = config.cx;
  344. const int cy = config.cy;
  345. frame.timestamp = (uint64_t)startTime * 100;
  346. frame.width = config.cx;
  347. frame.height = config.cy;
  348. frame.format = ConvertVideoFormat(config.format);
  349. frame.full_range = false;
  350. frame.flip = (config.format == VideoFormat::XRGB ||
  351. config.format == VideoFormat::ARGB);
  352. if (videoConfig.format == VideoFormat::XRGB ||
  353. videoConfig.format == VideoFormat::ARGB) {
  354. frame.data[0] = data;
  355. frame.linesize[0] = cx * 4;
  356. } else if (videoConfig.format == VideoFormat::YVYU ||
  357. videoConfig.format == VideoFormat::YUY2 ||
  358. videoConfig.format == VideoFormat::HDYC ||
  359. videoConfig.format == VideoFormat::UYVY) {
  360. frame.data[0] = data;
  361. frame.linesize[0] = cx * 2;
  362. } else if (videoConfig.format == VideoFormat::I420) {
  363. frame.data[0] = data;
  364. frame.data[1] = frame.data[0] + (cx * cy);
  365. frame.data[2] = frame.data[1] + (cx * cy / 4);
  366. frame.linesize[0] = cx;
  367. frame.linesize[1] = cx / 2;
  368. frame.linesize[2] = cx / 2;
  369. } else if (videoConfig.format == VideoFormat::YV12) {
  370. frame.data[0] = data;
  371. frame.data[2] = frame.data[0] + (cx * cy);
  372. frame.data[1] = frame.data[2] + (cx * cy / 4);
  373. frame.linesize[0] = cx;
  374. frame.linesize[1] = cx / 2;
  375. frame.linesize[2] = cx / 2;
  376. } else if (videoConfig.format == VideoFormat::NV12) {
  377. frame.data[0] = data;
  378. frame.data[1] = frame.data[0] + (cx * cy);
  379. frame.linesize[0] = cx;
  380. frame.linesize[1] = cx;
  381. } else {
  382. /* TODO: other formats */
  383. return;
  384. }
  385. obs_source_output_video(source, &frame);
  386. UNUSED_PARAMETER(endTime); /* it's the enndd tiimmes! */
  387. UNUSED_PARAMETER(size);
  388. }
  389. void DShowInput::OnEncodedAudioData(enum AVCodecID id,
  390. unsigned char *data, size_t size, long long ts)
  391. {
  392. if (!ffmpeg_decode_valid(audio_decoder)) {
  393. if (ffmpeg_decode_init(audio_decoder, id) < 0) {
  394. blog(LOG_WARNING, "Could not initialize audio decoder");
  395. return;
  396. }
  397. }
  398. bool got_output;
  399. int len = ffmpeg_decode_audio(audio_decoder, data, size,
  400. &audio, &got_output);
  401. if (len < 0) {
  402. blog(LOG_WARNING, "Error decoding audio");
  403. return;
  404. }
  405. if (got_output) {
  406. audio.timestamp = (uint64_t)ts * 100;
  407. #if LOG_ENCODED_AUDIO_TS
  408. blog(LOG_DEBUG, "audio ts: %llu", audio.timestamp);
  409. #endif
  410. obs_source_output_audio(source, &audio);
  411. }
  412. }
  413. void DShowInput::OnAudioData(const AudioConfig &config,
  414. unsigned char *data, size_t size,
  415. long long startTime, long long endTime)
  416. {
  417. size_t block_size;
  418. if (config.format == AudioFormat::AAC) {
  419. OnEncodedAudioData(AV_CODEC_ID_AAC, data, size, startTime);
  420. return;
  421. } else if (config.format == AudioFormat::AC3) {
  422. OnEncodedAudioData(AV_CODEC_ID_AC3, data, size, startTime);
  423. return;
  424. } else if (config.format == AudioFormat::MPGA) {
  425. OnEncodedAudioData(AV_CODEC_ID_MP2, data, size, startTime);
  426. return;
  427. }
  428. audio.speakers = (enum speaker_layout)config.channels;
  429. audio.format = ConvertAudioFormat(config.format);
  430. audio.samples_per_sec = (uint32_t)config.sampleRate;
  431. audio.data[0] = data;
  432. block_size = get_audio_bytes_per_channel(audio.format) *
  433. get_audio_channels(audio.speakers);
  434. audio.frames = (uint32_t)(size / block_size);
  435. audio.timestamp = (uint64_t)startTime * 100;
  436. if (audio.format != AUDIO_FORMAT_UNKNOWN)
  437. obs_source_output_audio(source, &audio);
  438. UNUSED_PARAMETER(endTime);
  439. }
  440. struct PropertiesData {
  441. DShowInput *input;
  442. vector<VideoDevice> devices;
  443. vector<AudioDevice> audioDevices;
  444. bool GetDevice(VideoDevice &device, const char *encoded_id) const
  445. {
  446. DeviceId deviceId;
  447. DecodeDeviceId(deviceId, encoded_id);
  448. for (const VideoDevice &curDevice : devices) {
  449. if (deviceId.name == curDevice.name &&
  450. deviceId.path == curDevice.path) {
  451. device = curDevice;
  452. return true;
  453. }
  454. }
  455. return false;
  456. }
  457. };
  458. static inline bool ConvertRes(int &cx, int &cy, const char *res)
  459. {
  460. return sscanf(res, "%dx%d", &cx, &cy) == 2;
  461. }
  462. static inline bool FormatMatches(VideoFormat left, VideoFormat right)
  463. {
  464. return left == VideoFormat::Any || right == VideoFormat::Any ||
  465. left == right;
  466. }
  467. static inline bool ResolutionValid(string res, int &cx, int &cy)
  468. {
  469. if (!res.size())
  470. return false;
  471. return ConvertRes(cx, cy, res.c_str());
  472. }
  473. template <typename F, typename ... Fs>
  474. static inline bool CapsMatch(const VideoInfo &info, F&& f, Fs ... fs)
  475. {
  476. return f(info) && CapsMatch(info, f, fs ...);
  477. }
  478. static inline bool CapsMatch(const VideoInfo&)
  479. {
  480. return true;
  481. }
  482. template <typename ... F>
  483. static bool CapsMatch(const VideoDevice &dev, F ... fs)
  484. {
  485. auto matcher = [&](const VideoInfo &info)
  486. {
  487. return CapsMatch(info, fs ...);
  488. };
  489. return any_of(begin(dev.caps), end(dev.caps), matcher);
  490. }
  491. static inline bool MatcherMatchVideoFormat(VideoFormat format,
  492. bool &did_match, const VideoInfo &info)
  493. {
  494. bool match = FormatMatches(format, info.format);
  495. did_match = did_match || match;
  496. return match;
  497. }
  498. static inline bool MatcherClosestFrameRateSelector(long long interval,
  499. long long &best_match, const VideoInfo &info)
  500. {
  501. long long current = FrameRateInterval(info, interval);
  502. if (llabs(interval - best_match) > llabs(interval - current))
  503. best_match = current;
  504. return true;
  505. }
  506. #if 0
  507. auto ResolutionMatcher = [](int cx, int cy)
  508. {
  509. return [cx, cy](const VideoInfo &info)
  510. {
  511. return ResolutionAvailable(info, cx, cy);
  512. };
  513. };
  514. auto FrameRateMatcher = [](long long interval)
  515. {
  516. return [interval](const VideoInfo &info)
  517. {
  518. return FrameRateAvailable(info, interval);
  519. };
  520. };
  521. auto VideoFormatMatcher = [](VideoFormat format, bool &did_match)
  522. {
  523. return [format, &did_match](const VideoInfo &info)
  524. {
  525. return MatcherMatchVideoFormat(format, did_match, info);
  526. };
  527. };
  528. auto ClosestFrameRateSelector = [](long long interval, long long &best_match)
  529. {
  530. return [interval, &best_match](const VideoInfo &info) mutable -> bool
  531. {
  532. MatcherClosestFrameRateSelector(interval, best_match, info);
  533. };
  534. }
  535. #else
  536. #define ResolutionMatcher(cx, cy) \
  537. [cx, cy](const VideoInfo &info) -> bool \
  538. { return ResolutionAvailable(info, cx, cy); }
  539. #define FrameRateMatcher(interval) \
  540. [interval](const VideoInfo &info) -> bool \
  541. { return FrameRateAvailable(info, interval); }
  542. #define VideoFormatMatcher(format, did_match) \
  543. [format, &did_match](const VideoInfo &info) mutable -> bool \
  544. { return MatcherMatchVideoFormat(format, did_match, info); }
  545. #define ClosestFrameRateSelector(interval, best_match) \
  546. [interval, &best_match](const VideoInfo &info) mutable -> bool \
  547. { return MatcherClosestFrameRateSelector(interval, best_match, info); }
  548. #endif
  549. static bool ResolutionAvailable(const VideoDevice &dev, int cx, int cy)
  550. {
  551. return CapsMatch(dev, ResolutionMatcher(cx, cy));
  552. }
  553. static bool DetermineResolution(int &cx, int &cy, obs_data_t *settings,
  554. VideoDevice dev)
  555. {
  556. const char *res = obs_data_get_autoselect_string(settings, RESOLUTION);
  557. if (obs_data_has_autoselect_value(settings, RESOLUTION) &&
  558. ConvertRes(cx, cy, res) &&
  559. ResolutionAvailable(dev, cx, cy))
  560. return true;
  561. res = obs_data_get_string(settings, RESOLUTION);
  562. if (ConvertRes(cx, cy, res) && ResolutionAvailable(dev, cx, cy))
  563. return true;
  564. res = obs_data_get_string(settings, LAST_RESOLUTION);
  565. if (ConvertRes(cx, cy, res) && ResolutionAvailable(dev, cx, cy))
  566. return true;
  567. return false;
  568. }
  569. static long long GetOBSFPS();
  570. static inline bool IsEncoded(const VideoConfig &config)
  571. {
  572. return config.format >= VideoFormat::MJPEG ||
  573. wstrstri(config.name.c_str(), L"elgato") != NULL ||
  574. wstrstri(config.name.c_str(), L"stream engine") != NULL;
  575. }
  576. inline void DShowInput::SetupBuffering(obs_data_t *settings)
  577. {
  578. BufferingType bufType;
  579. uint32_t flags = obs_source_get_flags(source);
  580. bool useBuffering;
  581. bufType = (BufferingType)obs_data_get_int(settings, BUFFERING_VAL);
  582. if (bufType == BufferingType::Auto)
  583. useBuffering = IsEncoded(videoConfig);
  584. else
  585. useBuffering = bufType == BufferingType::On;
  586. if (useBuffering)
  587. flags &= ~OBS_SOURCE_FLAG_UNBUFFERED;
  588. else
  589. flags |= OBS_SOURCE_FLAG_UNBUFFERED;
  590. obs_source_set_flags(source, flags);
  591. }
  592. bool DShowInput::UpdateVideoConfig(obs_data_t *settings)
  593. {
  594. string video_device_id = obs_data_get_string(settings, VIDEO_DEVICE_ID);
  595. DeviceId id;
  596. if (!DecodeDeviceId(id, video_device_id.c_str()))
  597. return false;
  598. PropertiesData data;
  599. Device::EnumVideoDevices(data.devices);
  600. VideoDevice dev;
  601. if (!data.GetDevice(dev, video_device_id.c_str()))
  602. return false;
  603. int resType = (int)obs_data_get_int(settings, RES_TYPE);
  604. int cx = 0, cy = 0;
  605. long long interval = 0;
  606. VideoFormat format = VideoFormat::Any;
  607. if (resType == ResType_Custom) {
  608. bool has_autosel_val;
  609. string resolution = obs_data_get_string(settings, RESOLUTION);
  610. if (!ResolutionValid(resolution, cx, cy))
  611. return false;
  612. has_autosel_val = obs_data_has_autoselect_value(settings,
  613. FRAME_INTERVAL);
  614. interval = has_autosel_val ?
  615. obs_data_get_autoselect_int(settings, FRAME_INTERVAL) :
  616. obs_data_get_int(settings, FRAME_INTERVAL);
  617. if (interval == FPS_MATCHING)
  618. interval = GetOBSFPS();
  619. format = (VideoFormat)obs_data_get_int(settings, VIDEO_FORMAT);
  620. long long best_interval = numeric_limits<long long>::max();
  621. bool video_format_match = false;
  622. if (!CapsMatch(dev,
  623. ResolutionMatcher(cx, cy),
  624. VideoFormatMatcher(format, video_format_match),
  625. ClosestFrameRateSelector(interval, best_interval),
  626. FrameRateMatcher(interval)) && !video_format_match)
  627. return false;
  628. interval = best_interval;
  629. blog(LOG_INFO, "%s: Using interval %lld",
  630. obs_source_get_name(source), interval);
  631. }
  632. videoConfig.name = id.name.c_str();
  633. videoConfig.path = id.path.c_str();
  634. videoConfig.useDefaultConfig = resType == ResType_Preferred;
  635. videoConfig.cx = cx;
  636. videoConfig.cy = cy;
  637. videoConfig.frameInterval = interval;
  638. videoConfig.internalFormat = format;
  639. deviceHasAudio = dev.audioAttached;
  640. videoConfig.callback = std::bind(&DShowInput::OnVideoData, this,
  641. placeholders::_1, placeholders::_2,
  642. placeholders::_3, placeholders::_4,
  643. placeholders::_5);
  644. if (videoConfig.internalFormat != VideoFormat::MJPEG)
  645. videoConfig.format = videoConfig.internalFormat;
  646. if (!device.SetVideoConfig(&videoConfig))
  647. return false;
  648. if (videoConfig.internalFormat == VideoFormat::MJPEG) {
  649. videoConfig.format = VideoFormat::XRGB;
  650. if (!device.SetVideoConfig(&videoConfig))
  651. return false;
  652. }
  653. SetupBuffering(settings);
  654. return true;
  655. }
  656. bool DShowInput::UpdateAudioConfig(obs_data_t *settings)
  657. {
  658. string audio_device_id = obs_data_get_string(settings, AUDIO_DEVICE_ID);
  659. bool useCustomAudio = obs_data_get_bool(settings, USE_CUSTOM_AUDIO);
  660. if (useCustomAudio) {
  661. DeviceId id;
  662. if (!DecodeDeviceId(id, audio_device_id.c_str()))
  663. return false;
  664. audioConfig.name = id.name.c_str();
  665. audioConfig.path = id.path.c_str();
  666. } else if (!deviceHasAudio) {
  667. return true;
  668. }
  669. audioConfig.useVideoDevice = !useCustomAudio;
  670. audioConfig.callback = std::bind(&DShowInput::OnAudioData, this,
  671. placeholders::_1, placeholders::_2,
  672. placeholders::_3, placeholders::_4,
  673. placeholders::_5);
  674. return device.SetAudioConfig(&audioConfig);
  675. }
  676. void DShowInput::SetActive(bool active_)
  677. {
  678. obs_data_t *settings = obs_source_get_settings(source);
  679. QueueAction(active_ ? Action::Activate : Action::Deactivate);
  680. obs_data_set_bool(settings, "active", active_);
  681. active = active_;
  682. obs_data_release(settings);
  683. }
  684. inline void DShowInput::Activate(obs_data_t *settings)
  685. {
  686. if (!device.ResetGraph())
  687. return;
  688. if (!UpdateVideoConfig(settings)) {
  689. blog(LOG_WARNING, "%s: Video configuration failed",
  690. obs_source_get_name(source));
  691. return;
  692. }
  693. if (!UpdateAudioConfig(settings))
  694. blog(LOG_WARNING, "%s: Audio configuration failed, ignoring "
  695. "audio", obs_source_get_name(source));
  696. if (!device.ConnectFilters())
  697. return;
  698. if (device.Start() != Result::Success)
  699. return;
  700. enum video_colorspace cs = (videoConfig.format == VideoFormat::HDYC) ?
  701. VIDEO_CS_709 : VIDEO_CS_601;
  702. if (!video_format_get_parameters(cs, VIDEO_RANGE_PARTIAL,
  703. frame.color_matrix,
  704. frame.color_range_min,
  705. frame.color_range_max)) {
  706. blog(LOG_ERROR, "Failed to get video format parameters for " \
  707. "video format %u", cs);
  708. }
  709. }
  710. inline void DShowInput::Deactivate()
  711. {
  712. device.ResetGraph();
  713. obs_source_output_video(source, nullptr);
  714. }
  715. /* ------------------------------------------------------------------------- */
  716. static const char *GetDShowInputName(void)
  717. {
  718. return TEXT_INPUT_NAME;
  719. }
  720. static void *CreateDShowInput(obs_data_t *settings, obs_source_t *source)
  721. {
  722. DShowInput *dshow = nullptr;
  723. try {
  724. dshow = new DShowInput(source, settings);
  725. } catch (const char *error) {
  726. blog(LOG_ERROR, "Could not create device '%s': %s",
  727. obs_source_get_name(source), error);
  728. }
  729. return dshow;
  730. }
  731. static void DestroyDShowInput(void *data)
  732. {
  733. delete reinterpret_cast<DShowInput*>(data);
  734. }
  735. static void UpdateDShowInput(void *data, obs_data_t *settings)
  736. {
  737. DShowInput *input = reinterpret_cast<DShowInput*>(data);
  738. if (input->active)
  739. input->QueueAction(Action::Activate);
  740. UNUSED_PARAMETER(settings);
  741. }
  742. static void GetDShowDefaults(obs_data_t *settings)
  743. {
  744. obs_data_set_default_int(settings, FRAME_INTERVAL, FPS_MATCHING);
  745. obs_data_set_default_int(settings, RES_TYPE, ResType_Preferred);
  746. obs_data_set_default_int(settings, VIDEO_FORMAT, (int)VideoFormat::Any);
  747. }
  748. struct Resolution {
  749. int cx, cy;
  750. inline Resolution(int cx, int cy) : cx(cx), cy(cy) {}
  751. };
  752. static void InsertResolution(vector<Resolution> &resolutions, int cx, int cy)
  753. {
  754. int bestCY = 0;
  755. size_t idx = 0;
  756. for (; idx < resolutions.size(); idx++) {
  757. const Resolution &res = resolutions[idx];
  758. if (res.cx > cx)
  759. break;
  760. if (res.cx == cx) {
  761. if (res.cy == cy)
  762. return;
  763. if (!bestCY)
  764. bestCY = res.cy;
  765. else if (res.cy > bestCY)
  766. break;
  767. }
  768. }
  769. resolutions.insert(resolutions.begin() + idx, Resolution(cx, cy));
  770. }
  771. static inline void AddCap(vector<Resolution> &resolutions, const VideoInfo &cap)
  772. {
  773. InsertResolution(resolutions, cap.minCX, cap.minCY);
  774. InsertResolution(resolutions, cap.maxCX, cap.maxCY);
  775. }
  776. #define MAKE_DSHOW_FPS(fps) (10000000LL/(fps))
  777. #define MAKE_DSHOW_FRACTIONAL_FPS(den, num) ((num)*10000000LL/(den))
  778. static long long GetOBSFPS()
  779. {
  780. obs_video_info ovi;
  781. if (!obs_get_video_info(&ovi))
  782. return 0;
  783. return MAKE_DSHOW_FRACTIONAL_FPS(ovi.fps_num, ovi.fps_den);
  784. }
  785. struct FPSFormat {
  786. const char *text;
  787. long long interval;
  788. };
  789. static const FPSFormat validFPSFormats[] = {
  790. {"60", MAKE_DSHOW_FPS(60)},
  791. {"59.94 NTSC", MAKE_DSHOW_FRACTIONAL_FPS(60000, 1001)},
  792. {"50", MAKE_DSHOW_FPS(50)},
  793. {"48 film", MAKE_DSHOW_FRACTIONAL_FPS(48000, 1001)},
  794. {"40", MAKE_DSHOW_FPS(40)},
  795. {"30", MAKE_DSHOW_FPS(30)},
  796. {"29.97 NTSC", MAKE_DSHOW_FRACTIONAL_FPS(30000, 1001)},
  797. {"25", MAKE_DSHOW_FPS(25)},
  798. {"24 film", MAKE_DSHOW_FRACTIONAL_FPS(24000, 1001)},
  799. {"20", MAKE_DSHOW_FPS(20)},
  800. {"15", MAKE_DSHOW_FPS(15)},
  801. {"10", MAKE_DSHOW_FPS(10)},
  802. {"5", MAKE_DSHOW_FPS(5)},
  803. {"4", MAKE_DSHOW_FPS(4)},
  804. {"3", MAKE_DSHOW_FPS(3)},
  805. {"2", MAKE_DSHOW_FPS(2)},
  806. {"1", MAKE_DSHOW_FPS(1)},
  807. };
  808. static bool DeviceIntervalChanged(obs_properties_t *props, obs_property_t *p,
  809. obs_data_t *settings);
  810. static bool TryResolution(VideoDevice &dev, string res)
  811. {
  812. int cx, cy;
  813. if (!ConvertRes(cx, cy, res.c_str()))
  814. return false;
  815. return ResolutionAvailable(dev, cx, cy);
  816. }
  817. static bool SetResolution(obs_properties_t *props, obs_data_t *settings,
  818. string res, bool autoselect=false)
  819. {
  820. if (autoselect)
  821. obs_data_set_autoselect_string(settings, RESOLUTION,
  822. res.c_str());
  823. else
  824. obs_data_unset_autoselect_value(settings, RESOLUTION);
  825. DeviceIntervalChanged(props, obs_properties_get(props, FRAME_INTERVAL),
  826. settings);
  827. if (!autoselect)
  828. obs_data_set_string(settings, LAST_RESOLUTION, res.c_str());
  829. return true;
  830. }
  831. static bool DeviceResolutionChanged(obs_properties_t *props, obs_property_t *p,
  832. obs_data_t *settings)
  833. {
  834. UNUSED_PARAMETER(p);
  835. PropertiesData *data = (PropertiesData*)obs_properties_get_param(props);
  836. const char *id;
  837. VideoDevice device;
  838. id = obs_data_get_string(settings, VIDEO_DEVICE_ID);
  839. string res = obs_data_get_string(settings, RESOLUTION);
  840. string last_res = obs_data_get_string(settings, LAST_RESOLUTION);
  841. if (!data->GetDevice(device, id))
  842. return false;
  843. if (TryResolution(device, res))
  844. return SetResolution(props, settings, res);
  845. if (TryResolution(device, last_res))
  846. return SetResolution(props, settings, last_res, true);
  847. return false;
  848. }
  849. struct VideoFormatName {
  850. VideoFormat format;
  851. const char *name;
  852. };
  853. static const VideoFormatName videoFormatNames[] = {
  854. /* autoselect format*/
  855. {VideoFormat::Any, "VideoFormat.Any"},
  856. /* raw formats */
  857. {VideoFormat::ARGB, "ARGB"},
  858. {VideoFormat::XRGB, "XRGB"},
  859. /* planar YUV formats */
  860. {VideoFormat::I420, "I420"},
  861. {VideoFormat::NV12, "NV12"},
  862. {VideoFormat::YV12, "YV12"},
  863. /* packed YUV formats */
  864. {VideoFormat::YVYU, "YVYU"},
  865. {VideoFormat::YUY2, "YUY2"},
  866. {VideoFormat::UYVY, "UYVY"},
  867. {VideoFormat::HDYC, "HDYC"},
  868. /* encoded formats */
  869. {VideoFormat::MJPEG, "MJPEG"},
  870. {VideoFormat::H264, "H264"}
  871. };
  872. static bool ResTypeChanged(obs_properties_t *props, obs_property_t *p,
  873. obs_data_t *settings);
  874. static size_t AddDevice(obs_property_t *device_list, const string &id)
  875. {
  876. DStr name, path;
  877. if (!DecodeDeviceDStr(name, path, id.c_str()))
  878. return numeric_limits<size_t>::max();
  879. return obs_property_list_add_string(device_list, name, id.c_str());
  880. }
  881. static bool UpdateDeviceList(obs_property_t *list, const string &id)
  882. {
  883. size_t size = obs_property_list_item_count(list);
  884. bool found = false;
  885. bool disabled_unknown_found = false;
  886. for (size_t i = 0; i < size; i++) {
  887. if (obs_property_list_item_string(list, i) == id) {
  888. found = true;
  889. continue;
  890. }
  891. if (obs_property_list_item_disabled(list, i))
  892. disabled_unknown_found = true;
  893. }
  894. if (!found && !disabled_unknown_found) {
  895. size_t idx = AddDevice(list, id);
  896. obs_property_list_item_disable(list, idx, true);
  897. return true;
  898. }
  899. if (found && !disabled_unknown_found)
  900. return false;
  901. for (size_t i = 0; i < size;) {
  902. if (obs_property_list_item_disabled(list, i)) {
  903. obs_property_list_item_remove(list, i);
  904. continue;
  905. }
  906. i += 1;
  907. }
  908. return true;
  909. }
  910. static bool DeviceSelectionChanged(obs_properties_t *props, obs_property_t *p,
  911. obs_data_t *settings)
  912. {
  913. PropertiesData *data = (PropertiesData*)obs_properties_get_param(props);
  914. VideoDevice device;
  915. string id = obs_data_get_string(settings, VIDEO_DEVICE_ID);
  916. string old_id = obs_data_get_string(settings, LAST_VIDEO_DEV_ID);
  917. bool device_list_updated = UpdateDeviceList(p, id);
  918. if (!data->GetDevice(device, id.c_str()))
  919. return !device_list_updated;
  920. vector<Resolution> resolutions;
  921. for (const VideoInfo &cap : device.caps)
  922. AddCap(resolutions, cap);
  923. p = obs_properties_get(props, RESOLUTION);
  924. obs_property_list_clear(p);
  925. for (size_t idx = resolutions.size(); idx > 0; idx--) {
  926. const Resolution &res = resolutions[idx-1];
  927. string strRes;
  928. strRes += to_string(res.cx);
  929. strRes += "x";
  930. strRes += to_string(res.cy);
  931. obs_property_list_add_string(p, strRes.c_str(), strRes.c_str());
  932. }
  933. /* only refresh properties if device legitimately changed */
  934. if (!id.size() || !old_id.size() || id != old_id) {
  935. p = obs_properties_get(props, RES_TYPE);
  936. ResTypeChanged(props, p, settings);
  937. obs_data_set_string(settings, LAST_VIDEO_DEV_ID, id.c_str());
  938. if (data->input) {
  939. data->input->SetActive(false);
  940. p = obs_properties_get(props, "activate");
  941. obs_property_set_description(p, TEXT_ACTIVATE);
  942. }
  943. }
  944. return true;
  945. }
  946. static bool VideoConfigClicked(obs_properties_t *props, obs_property_t *p,
  947. void *data)
  948. {
  949. DShowInput *input = reinterpret_cast<DShowInput*>(data);
  950. input->QueueAction(Action::ConfigVideo);
  951. UNUSED_PARAMETER(props);
  952. UNUSED_PARAMETER(p);
  953. return false;
  954. }
  955. /*static bool AudioConfigClicked(obs_properties_t *props, obs_property_t *p,
  956. void *data)
  957. {
  958. DShowInput *input = reinterpret_cast<DShowInput*>(data);
  959. input->QueueAction(Action::ConfigAudio);
  960. UNUSED_PARAMETER(props);
  961. UNUSED_PARAMETER(p);
  962. return false;
  963. }*/
  964. static bool CrossbarConfigClicked(obs_properties_t *props, obs_property_t *p,
  965. void *data)
  966. {
  967. DShowInput *input = reinterpret_cast<DShowInput*>(data);
  968. input->QueueAction(Action::ConfigCrossbar1);
  969. UNUSED_PARAMETER(props);
  970. UNUSED_PARAMETER(p);
  971. return false;
  972. }
  973. /*static bool Crossbar2ConfigClicked(obs_properties_t *props, obs_property_t *p,
  974. void *data)
  975. {
  976. DShowInput *input = reinterpret_cast<DShowInput*>(data);
  977. input->QueueAction(Action::ConfigCrossbar2);
  978. UNUSED_PARAMETER(props);
  979. UNUSED_PARAMETER(p);
  980. return false;
  981. }*/
  982. static bool AddDevice(obs_property_t *device_list, const VideoDevice &device)
  983. {
  984. DStr name, path, device_id;
  985. dstr_from_wcs(name, device.name.c_str());
  986. dstr_from_wcs(path, device.path.c_str());
  987. encode_dstr(path);
  988. dstr_copy_dstr(device_id, name);
  989. encode_dstr(device_id);
  990. dstr_cat(device_id, ":");
  991. dstr_cat_dstr(device_id, path);
  992. obs_property_list_add_string(device_list, name, device_id);
  993. return true;
  994. }
  995. static bool AddAudioDevice(obs_property_t *device_list,
  996. const AudioDevice &device)
  997. {
  998. DStr name, path, device_id;
  999. dstr_from_wcs(name, device.name.c_str());
  1000. dstr_from_wcs(path, device.path.c_str());
  1001. encode_dstr(path);
  1002. dstr_copy_dstr(device_id, name);
  1003. encode_dstr(device_id);
  1004. dstr_cat(device_id, ":");
  1005. dstr_cat_dstr(device_id, path);
  1006. obs_property_list_add_string(device_list, name, device_id);
  1007. return true;
  1008. }
  1009. static void PropertiesDataDestroy(void *data)
  1010. {
  1011. delete reinterpret_cast<PropertiesData*>(data);
  1012. }
  1013. static bool ResTypeChanged(obs_properties_t *props, obs_property_t *p,
  1014. obs_data_t *settings)
  1015. {
  1016. int val = (int)obs_data_get_int(settings, RES_TYPE);
  1017. bool enabled = (val != ResType_Preferred);
  1018. p = obs_properties_get(props, RESOLUTION);
  1019. obs_property_set_enabled(p, enabled);
  1020. p = obs_properties_get(props, FRAME_INTERVAL);
  1021. obs_property_set_enabled(p, enabled);
  1022. p = obs_properties_get(props, VIDEO_FORMAT);
  1023. obs_property_set_enabled(p, enabled);
  1024. if (val == ResType_Custom) {
  1025. p = obs_properties_get(props, RESOLUTION);
  1026. DeviceResolutionChanged(props, p, settings);
  1027. } else {
  1028. obs_data_unset_autoselect_value(settings, FRAME_INTERVAL);
  1029. }
  1030. return true;
  1031. }
  1032. static DStr GetFPSName(long long interval)
  1033. {
  1034. DStr name;
  1035. if (interval == FPS_MATCHING) {
  1036. dstr_cat(name, TEXT_FPS_MATCHING);
  1037. return name;
  1038. }
  1039. if (interval == FPS_HIGHEST) {
  1040. dstr_cat(name, TEXT_FPS_HIGHEST);
  1041. return name;
  1042. }
  1043. for (const FPSFormat &format : validFPSFormats) {
  1044. if (format.interval != interval)
  1045. continue;
  1046. dstr_cat(name, format.text);
  1047. return name;
  1048. }
  1049. dstr_cat(name, to_string(10000000. / interval).c_str());
  1050. return name;
  1051. }
  1052. static void UpdateFPS(VideoDevice &device, VideoFormat format,
  1053. long long interval, int cx, int cy, obs_properties_t *props)
  1054. {
  1055. obs_property_t *list = obs_properties_get(props, FRAME_INTERVAL);
  1056. obs_property_list_clear(list);
  1057. obs_property_list_add_int(list, TEXT_FPS_MATCHING, FPS_MATCHING);
  1058. obs_property_list_add_int(list, TEXT_FPS_HIGHEST, FPS_HIGHEST);
  1059. bool interval_added = interval == FPS_HIGHEST ||
  1060. interval == FPS_MATCHING;
  1061. for (const FPSFormat &fps_format : validFPSFormats) {
  1062. bool video_format_match = false;
  1063. long long format_interval = fps_format.interval;
  1064. bool available = CapsMatch(device,
  1065. ResolutionMatcher(cx, cy),
  1066. VideoFormatMatcher(format, video_format_match),
  1067. FrameRateMatcher(format_interval));
  1068. if (!available && interval != fps_format.interval)
  1069. continue;
  1070. if (interval == fps_format.interval)
  1071. interval_added = true;
  1072. size_t idx = obs_property_list_add_int(list, fps_format.text,
  1073. fps_format.interval);
  1074. obs_property_list_item_disable(list, idx, !available);
  1075. }
  1076. if (interval_added)
  1077. return;
  1078. size_t idx = obs_property_list_add_int(list, GetFPSName(interval),
  1079. interval);
  1080. obs_property_list_item_disable(list, idx, true);
  1081. }
  1082. static DStr GetVideoFormatName(VideoFormat format)
  1083. {
  1084. DStr name;
  1085. for (const VideoFormatName &format_ : videoFormatNames) {
  1086. if (format_.format == format) {
  1087. dstr_cat(name, obs_module_text(format_.name));
  1088. return name;
  1089. }
  1090. }
  1091. dstr_cat(name, TEXT_FORMAT_UNKNOWN);
  1092. dstr_replace(name, "%1", std::to_string((long long)format).c_str());
  1093. return name;
  1094. }
  1095. static void UpdateVideoFormats(VideoDevice &device, VideoFormat format_,
  1096. int cx, int cy, long long interval, obs_properties_t *props)
  1097. {
  1098. set<VideoFormat> formats = { VideoFormat::Any };
  1099. auto format_gatherer = [&formats](const VideoInfo &info) mutable -> bool
  1100. {
  1101. formats.insert(info.format);
  1102. return false;
  1103. };
  1104. CapsMatch(device,
  1105. ResolutionMatcher(cx, cy),
  1106. FrameRateMatcher(interval),
  1107. format_gatherer);
  1108. obs_property_t *list = obs_properties_get(props, VIDEO_FORMAT);
  1109. obs_property_list_clear(list);
  1110. bool format_added = false;
  1111. for (const VideoFormatName &format : videoFormatNames) {
  1112. bool available = formats.find(format.format) != end(formats);
  1113. if (!available && format.format != format_)
  1114. continue;
  1115. if (format.format == format_)
  1116. format_added = true;
  1117. size_t idx = obs_property_list_add_int(list,
  1118. obs_module_text(format.name),
  1119. (long long)format.format);
  1120. obs_property_list_item_disable(list, idx, !available);
  1121. }
  1122. if (format_added)
  1123. return;
  1124. size_t idx = obs_property_list_add_int(list,
  1125. GetVideoFormatName(format_), (long long)format_);
  1126. obs_property_list_item_disable(list, idx, true);
  1127. }
  1128. static bool UpdateFPS(long long interval, obs_property_t *list)
  1129. {
  1130. size_t size = obs_property_list_item_count(list);
  1131. bool fps_found = false;
  1132. DStr name;
  1133. for (size_t i = 0; i < size; i++) {
  1134. if (obs_property_list_item_int(list, i) != interval)
  1135. continue;
  1136. obs_property_list_item_disable(list, i, true);
  1137. if (size == 1)
  1138. return false;
  1139. dstr_cat(name, obs_property_list_item_name(list, i));
  1140. fps_found = true;
  1141. break;
  1142. }
  1143. obs_property_list_clear(list);
  1144. if (!name->len)
  1145. name = GetFPSName(interval);
  1146. obs_property_list_add_int(list, name, interval);
  1147. obs_property_list_item_disable(list, 0, true);
  1148. return true;
  1149. }
  1150. static bool DeviceIntervalChanged(obs_properties_t *props, obs_property_t *p,
  1151. obs_data_t *settings)
  1152. {
  1153. long long val = obs_data_get_int(settings, FRAME_INTERVAL);
  1154. PropertiesData *data = (PropertiesData*)obs_properties_get_param(props);
  1155. const char *id = obs_data_get_string(settings, VIDEO_DEVICE_ID);
  1156. VideoDevice device;
  1157. if (!data->GetDevice(device, id))
  1158. return UpdateFPS(val, p);
  1159. int cx = 0, cy = 0;
  1160. if (!DetermineResolution(cx, cy, settings, device)) {
  1161. UpdateVideoFormats(device, VideoFormat::Any, 0, 0, 0, props);
  1162. UpdateFPS(device, VideoFormat::Any, 0, 0, 0, props);
  1163. return true;
  1164. }
  1165. int resType = (int)obs_data_get_int(settings, RES_TYPE);
  1166. if (resType != ResType_Custom)
  1167. return true;
  1168. if (val == FPS_MATCHING)
  1169. val = GetOBSFPS();
  1170. VideoFormat format = (VideoFormat)obs_data_get_int(settings,
  1171. VIDEO_FORMAT);
  1172. bool video_format_matches = false;
  1173. long long best_interval = numeric_limits<long long>::max();
  1174. bool frameRateSupported = CapsMatch(device,
  1175. ResolutionMatcher(cx, cy),
  1176. VideoFormatMatcher(format, video_format_matches),
  1177. ClosestFrameRateSelector(val, best_interval),
  1178. FrameRateMatcher(val));
  1179. if (video_format_matches &&
  1180. !frameRateSupported &&
  1181. best_interval != val) {
  1182. long long listed_val = 0;
  1183. for (const FPSFormat &format : validFPSFormats) {
  1184. long long diff = llabs(format.interval - best_interval);
  1185. if (diff < DEVICE_INTERVAL_DIFF_LIMIT) {
  1186. listed_val = format.interval;
  1187. break;
  1188. }
  1189. }
  1190. if (listed_val != val)
  1191. obs_data_set_autoselect_int(settings, FRAME_INTERVAL,
  1192. listed_val);
  1193. } else {
  1194. obs_data_unset_autoselect_value(settings, FRAME_INTERVAL);
  1195. }
  1196. UpdateVideoFormats(device, format, cx, cy, val, props);
  1197. UpdateFPS(device, format, val, cx, cy, props);
  1198. UNUSED_PARAMETER(p);
  1199. return true;
  1200. }
  1201. static bool UpdateVideoFormats(VideoFormat format, obs_property_t *list)
  1202. {
  1203. size_t size = obs_property_list_item_count(list);
  1204. DStr name;
  1205. for (size_t i = 0; i < size; i++) {
  1206. if ((VideoFormat)obs_property_list_item_int(list, i) != format)
  1207. continue;
  1208. if (size == 1)
  1209. return false;
  1210. dstr_cat(name, obs_property_list_item_name(list, i));
  1211. break;
  1212. }
  1213. obs_property_list_clear(list);
  1214. if (!name->len)
  1215. name = GetVideoFormatName(format);
  1216. obs_property_list_add_int(list, name, (long long)format);
  1217. obs_property_list_item_disable(list, 0, true);
  1218. return true;
  1219. }
  1220. static bool VideoFormatChanged(obs_properties_t *props, obs_property_t *p,
  1221. obs_data_t *settings)
  1222. {
  1223. PropertiesData *data = (PropertiesData*)obs_properties_get_param(props);
  1224. const char *id = obs_data_get_string(settings, VIDEO_DEVICE_ID);
  1225. VideoDevice device;
  1226. VideoFormat curFormat =
  1227. (VideoFormat)obs_data_get_int(settings, VIDEO_FORMAT);
  1228. if (!data->GetDevice(device, id))
  1229. return UpdateVideoFormats(curFormat, p);
  1230. int cx, cy;
  1231. if (!DetermineResolution(cx, cy, settings, device)) {
  1232. UpdateVideoFormats(device, VideoFormat::Any, cx, cy, 0, props);
  1233. UpdateFPS(device, VideoFormat::Any, 0, 0, 0, props);
  1234. return true;
  1235. }
  1236. long long interval = obs_data_get_int(settings, FRAME_INTERVAL);
  1237. UpdateVideoFormats(device, curFormat, cx, cy, interval, props);
  1238. UpdateFPS(device, curFormat, interval, cx, cy, props);
  1239. return true;
  1240. }
  1241. static bool CustomAudioClicked(obs_properties_t *props, obs_property_t *p,
  1242. obs_data_t *settings)
  1243. {
  1244. bool useCustomAudio = obs_data_get_bool(settings, USE_CUSTOM_AUDIO);
  1245. p = obs_properties_get(props, AUDIO_DEVICE_ID);
  1246. obs_property_set_visible(p, useCustomAudio);
  1247. return true;
  1248. }
  1249. static bool ActivateClicked(obs_properties_t *, obs_property_t *p,
  1250. void *data)
  1251. {
  1252. DShowInput *input = reinterpret_cast<DShowInput*>(data);
  1253. if (input->active) {
  1254. input->SetActive(false);
  1255. obs_property_set_description(p, TEXT_ACTIVATE);
  1256. } else {
  1257. input->SetActive(true);
  1258. obs_property_set_description(p, TEXT_DEACTIVATE);
  1259. }
  1260. return true;
  1261. }
  1262. static obs_properties_t *GetDShowProperties(void *obj)
  1263. {
  1264. DShowInput *input = reinterpret_cast<DShowInput*>(obj);
  1265. obs_properties_t *ppts = obs_properties_create();
  1266. PropertiesData *data = new PropertiesData;
  1267. data->input = input;
  1268. obs_properties_set_param(ppts, data, PropertiesDataDestroy);
  1269. obs_property_t *p = obs_properties_add_list(ppts,
  1270. VIDEO_DEVICE_ID, TEXT_DEVICE,
  1271. OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_STRING);
  1272. obs_property_set_modified_callback(p, DeviceSelectionChanged);
  1273. Device::EnumVideoDevices(data->devices);
  1274. for (const VideoDevice &device : data->devices)
  1275. AddDevice(p, device);
  1276. const char *activateText = TEXT_ACTIVATE;
  1277. if (input) {
  1278. if (input->active)
  1279. activateText = TEXT_DEACTIVATE;
  1280. }
  1281. obs_properties_add_button(ppts, "activate", activateText,
  1282. ActivateClicked);
  1283. obs_properties_add_button(ppts, "video_config", TEXT_CONFIG_VIDEO,
  1284. VideoConfigClicked);
  1285. obs_properties_add_button(ppts, "xbar_config", TEXT_CONFIG_XBAR,
  1286. CrossbarConfigClicked);
  1287. /* ------------------------------------- */
  1288. /* video settings */
  1289. p = obs_properties_add_list(ppts, RES_TYPE, TEXT_RES_FPS_TYPE,
  1290. OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_INT);
  1291. obs_property_set_modified_callback(p, ResTypeChanged);
  1292. obs_property_list_add_int(p, TEXT_PREFERRED_RES, ResType_Preferred);
  1293. obs_property_list_add_int(p, TEXT_CUSTOM_RES, ResType_Custom);
  1294. p = obs_properties_add_list(ppts, RESOLUTION, TEXT_RESOLUTION,
  1295. OBS_COMBO_TYPE_EDITABLE, OBS_COMBO_FORMAT_STRING);
  1296. obs_property_set_modified_callback(p, DeviceResolutionChanged);
  1297. p = obs_properties_add_list(ppts, FRAME_INTERVAL, "FPS",
  1298. OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_INT);
  1299. obs_property_set_modified_callback(p, DeviceIntervalChanged);
  1300. p = obs_properties_add_list(ppts, VIDEO_FORMAT, TEXT_VIDEO_FORMAT,
  1301. OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_INT);
  1302. obs_property_set_modified_callback(p, VideoFormatChanged);
  1303. p = obs_properties_add_list(ppts, BUFFERING_VAL, TEXT_BUFFERING,
  1304. OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_INT);
  1305. obs_property_list_add_int(p, TEXT_BUFFERING_AUTO,
  1306. (int64_t)BufferingType::Auto);
  1307. obs_property_list_add_int(p, TEXT_BUFFERING_ON,
  1308. (int64_t)BufferingType::On);
  1309. obs_property_list_add_int(p, TEXT_BUFFERING_OFF,
  1310. (int64_t)BufferingType::Off);
  1311. /* ------------------------------------- */
  1312. /* audio settings */
  1313. Device::EnumAudioDevices(data->audioDevices);
  1314. if (!data->audioDevices.size())
  1315. return ppts;
  1316. p = obs_properties_add_bool(ppts, USE_CUSTOM_AUDIO, TEXT_CUSTOM_AUDIO);
  1317. obs_property_set_modified_callback(p, CustomAudioClicked);
  1318. p = obs_properties_add_list(ppts, AUDIO_DEVICE_ID, TEXT_AUDIO_DEVICE,
  1319. OBS_COMBO_TYPE_LIST, OBS_COMBO_FORMAT_STRING);
  1320. for (const AudioDevice &device : data->audioDevices)
  1321. AddAudioDevice(p, device);
  1322. return ppts;
  1323. }
  1324. void DShowModuleLogCallback(LogType type, const wchar_t *msg, void *param)
  1325. {
  1326. int obs_type = LOG_DEBUG;
  1327. switch (type) {
  1328. case LogType::Error: obs_type = LOG_ERROR; break;
  1329. case LogType::Warning: obs_type = LOG_WARNING; break;
  1330. case LogType::Info: obs_type = LOG_INFO; break;
  1331. case LogType::Debug: obs_type = LOG_DEBUG; break;
  1332. }
  1333. DStr dmsg;
  1334. dstr_from_wcs(dmsg, msg);
  1335. blog(obs_type, "DShow: %s", dmsg->array);
  1336. UNUSED_PARAMETER(param);
  1337. }
  1338. void RegisterDShowSource()
  1339. {
  1340. SetLogCallback(DShowModuleLogCallback, nullptr);
  1341. obs_source_info info = {};
  1342. info.id = "dshow_input";
  1343. info.type = OBS_SOURCE_TYPE_INPUT;
  1344. info.output_flags = OBS_SOURCE_VIDEO |
  1345. OBS_SOURCE_AUDIO |
  1346. OBS_SOURCE_ASYNC;
  1347. info.get_name = GetDShowInputName;
  1348. info.create = CreateDShowInput;
  1349. info.destroy = DestroyDShowInput;
  1350. info.update = UpdateDShowInput;
  1351. info.get_defaults = GetDShowDefaults;
  1352. info.get_properties = GetDShowProperties;
  1353. obs_register_source(&info);
  1354. }