Tuesday, November 18, 2025

CST499 - Week11

 This week I've made more good progress. I add a bunch of unit tests in the project, but more excitingly I created a demo app that utilized the library I've been working on. I was able to successfully stream SRT video from an iPhone app (Blackmagic cam) that broadcasts SRT audio/video to a demo app that used my library to successfully connect to the stream. It can save video or display the live video.

Next week is Thanksgiving and I plan to be traveling for most of it so I'm not sure if I'll accomplish a lot during next weeks time, but the next goal would be to have the demo app include OMT audio/video support.

I think development wise things have been going pretty smoothly overall.

Tuesday, November 11, 2025

CST499 - Week 10

This week I've continued to iterate on my OpenStreamKit project. I've made progress on adapting the second protocol (Open Media Transport), but still working on making it complete.

Next week, I plan to finish Open Media Transport and add some unit tests around the protocol, then maybe start working on a demo application that can utilize OpenStreamKit.

Not facing any major issues in project development, hopefully just keep chugging along.

Tuesday, November 4, 2025

CST499 - Week 9

I've continued to iterate on my OpenStreamKit project, this past week I finished flushing out the SRT protocol support and added unit tests to the project. 

This coming week I plan on making progress on add in Open Media Transport protocol support. As I work through that I'll be sure to create unit tests and keep running during development to ensure nothing breaks.

Currently things are going pretty smoothly overall I'd say. I'm enjoying working on the project.