Well IRstuff, I'm not sure the solution i presented will work.
It shows that it is capable of audio streams (internet radio) but I don't think it will be suitable for video. The "PIC18F87J60" is 10.5 MIPS will this be enough to process video?
1. I have the input stream (link to a video stream on the internet)
2. I need a microcontroller to "encode" the video stream (sample the video stream)
3. I need an external video decoder (a separate hardware) to connect to the microcontroller to display the video (video out)
Is this correct...
I have seen people make internet mp3 radio (i.e. getting audio streams to microcontroller, sampling audio stream and sending data to audio decoder and then to headphone or speakers.
I want to do this with video + audio i guess.
Hello,
I need some advice. I want to make the opposite of this:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2505¶m=en535727
The IP Security Camera seems to get video input to the microcontroller and send to the internet (ethernet).
I want to send video data...