You can't create a valid JMF player for a DVB service without having a valid locator for it (meaning, one that the implementation can recognise as valid and pointing to some useful content). If you try, Manager.createPlayer() should throw an IOException.
You can create a Player for other media types supported by MHP without having a connection to a transport stream, but I guess this isn't what you want to do, right?