cancel
Showing results for 
Search instead for 
Did you mean: 

Video streaming over network

NPal.2
Senior

Hi all,

Our team was brainstorming around a feature which we want to provide in our product.

However to achieve the same we would like to understand if we can perform the video capture via camera and stream the same over the network to some node. Or do some kind of screen share and stream the screen capture over the network.

Is it possible to achieve this capability on STM32MP1?

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

Hi @NPal.2​ ,

Sure you can !

I guess following links are all what you are looking for :

https://wiki.st.com/stm32mpu/wiki/How_to_stream_camera_over_network

https://wiki.st.com/stm32mpu/wiki/Gst-play

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

3 REPLIES 3
Olivier GALLIEN
ST Employee

Hi @NPal.2​ ,

Sure you can !

I guess following links are all what you are looking for :

https://wiki.st.com/stm32mpu/wiki/How_to_stream_camera_over_network

https://wiki.st.com/stm32mpu/wiki/Gst-play

Olivier

Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Thank you so much for response. Will give it a try.

ijaz786
Associate II

Yes, it is possible to achieve video capture and streaming on the STM32MP1. You can use its camera interface (DCMI) to capture video and then stream it over the network. For screen sharing, you can capture the framebuffer content and stream it similarly. You may need to leverage Linux-based software libraries and tools like GStreamer to handle video capture, encoding, and streaming.

For detailed implementation, check out the STM32MP1 documentation and GStreamer tutorials.