tomeshnet / ipfs-live-streaming

Like HTTP live streaming, but with IPFS which is maybe better?
GNU General Public License v3.0
446 stars 76 forks source link

Stream offline functionality #77

Open Shrinks99 opened 5 years ago

Shrinks99 commented 5 years ago

Currently the player just defaults to the last known good block of video. We need some way of the stream actually not being live for when we are not broadcasting.

darkdrgn2k commented 5 years ago

could possibly be triggered by


    on_connect
    on_play
    on_publish
    on_done
    on_play_done
    on_publish_done
    on_record_done
    on_update
    notify_update_timeout
    notify_update_strict
    notify_relay_redirect
    notify_method
Shrinks99 commented 5 years ago

There's a nice codepen for tv static that we could probably use if we wanted to go the fully in browser route because that would be neat :P