atomic14 / esp32-tv

ESP32 - Sound and Vision - Video Streaming to the ESP32
149 stars 25 forks source link

Use mpeg-1 #1

Open modi12jin opened 11 months ago

modi12jin commented 11 months ago

@cgreening Hello! Are you planning to use mpeg-1? A Chinese friend realized decoding mpeg-1 on ESP32S3. 【ESP32S3用单片机看B站-哔哩哔哩】 https://b23.tv/M1uLf6n https://gitee.com/lxy0423/schoolassistant7

cgreening commented 11 months ago

Is there a link to the source code he is using anywhere?

modi12jin commented 11 months ago

Is there a link to the source code he is using anywhere?

https://gitee.com/lxy0423/schoolassistant7/blob/master/src/VideoPlayer.cpp

https://gitee.com/lxy0423/schoolassistant7/blob/master/include/gui/pl_mpeg.h This file should be decoded to process mpeg-1

modi12jin commented 9 months ago

@cgreening I found out that this repository uses Amazon streaming cloud servers and mpeg1

https://github.com/rossumur/espflix

As I understand it, the psram should have enough capacity to support three framebuffers

modi12jin commented 6 months ago

@cgreening I heard Chen Liang say that they use this library for MPEG1 decoding https://github.com/phoboslab/pl_mpeg

【MPEG-1解碼測試2-哔哩哔哩】 https://b23.tv/nPMDvPo